#include "version.h"Include dependency graph for const.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BC_BASE_MAX INT_MAX |
| #define | BC_SCALE_MAX INT_MAX |
| #define | BC_STRING_MAX INT_MAX |
| #define | BC_DIM_MAX 65535 |
| #define | NODE_SIZE 16 |
| #define | NODE_MASK 0xf |
| #define | NODE_SHIFT 4 |
| #define | NODE_DEPTH 4 |
| #define | BC_LABEL_GROUP 64 |
| #define | BC_LABEL_LOG 6 |
| #define | BC_MAX_SEGS 16 |
| #define | BC_SEG_SIZE 1024 |
| #define | BC_SEG_LOG 10 |
| #define | MAX_STORE 32767 |
| #define | STORE_INCR 32 |
| #define | FALSE 0 |
| #define | TRUE 1 |
| #define | SIMPLE 0 |
| #define | ARRAY 1 |
| #define | FUNCT 2 |
| #define | EXTERN extern |
| #define | CONST |
| #define | VOID |
|
|
|
|
|
Definition at line 41 of file const.h. Referenced by incr_var(), limits(), and store_var(). |
|
|
Definition at line 48 of file const.h. Referenced by decr_array(), incr_array(), limits(), load_array(), and store_array(). |
|
|
Definition at line 58 of file const.h. Referenced by def_label(), and execute(). |
|
|
Definition at line 59 of file const.h. Referenced by def_label(), and execute(). |
|
|
Definition at line 60 of file const.h. Referenced by addbyte(), clear_func(), and limits(). |
|
|
Definition at line 42 of file const.h. Referenced by incr_var(), limits(), and store_var(). |
|
|
|
|
|
|
|
|
Definition at line 43 of file const.h. Referenced by limits(). |
|
|
Definition at line 82 of file const.h. Referenced by compare(), dn_comp(), dn_expand(), dn_find(), dn_skipname(), h_search(), readline(), redisplay(), and reposition(). |
|
|
|
|
|
|
|
|
Definition at line 76 of file const.h. Referenced by lookup(), and open_new_file(). |
|
|
|
|
|
Definition at line 53 of file const.h. Referenced by get_array_num(). |
|
|
Definition at line 51 of file const.h. Referenced by get_array_num(). |
|
|
Definition at line 52 of file const.h. Referenced by get_array_num(). |
|
|
Definition at line 50 of file const.h. Referenced by free_a_tree(), and get_array_num(). |
|
|
|
|
|
Definition at line 68 of file const.h. Referenced by more_arrays(), more_functions(), and more_variables(). |
|
|
|
|
|
Definition at line 83 of file const.h. Referenced by alloc(), catchdel(), cls(), compile(), do_absolute(), do_b_scroll(), do_backward(), do_bskiplines(), do_f_scroll(), do_forward(), do_lf(), do_lline(), do_skiplines(), do_upline(), do_visit(), do_writefile(), flush(), getch(), ini_terminal(), initialize(), kerror(), killchar(), main(), opentemp(), processfiles(), readblock(), readoptions(), redraw(), ret_to_continue(), shellescape(), tomark(), visitfile(), and window(). |
1.4.6