This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | add_user_symbol (char *raw_symb) |
char * | lookup_user_symbol (char *symb_nam) |
bool | exists_as_user_symbol (char *symb_nam) |
void | eval_user_symbol (char *symbol) |
void | list_user_symbols (void) |
|
Definition at line 167 of file usersymbols.c. References add_str_sub_entry(), and user_symbol_count. Referenced by get_args(). Here is the call graph for this function: |
|
Definition at line 280 of file usersymbols.c. References eval_string(), lookup_user_symbol(), tokenization_error(), and WARNING. Referenced by handle_internal(). Here is the call graph for this function: |
|
Definition at line 228 of file usersymbols.c. References exists_in_str_sub(). Referenced by if_defined(), and if_not_defined(). Here is the call graph for this function: |
|
Definition at line 323 of file usersymbols.c. References str_sub_vocab::alias, str_sub_vocab::name, str_sub_vocab::next, safe_malloc(), and user_symbol_count. Referenced by get_args(). Here is the call graph for this function: |
|
Definition at line 203 of file usersymbols.c. References lookup_str_sub(). Referenced by eval_user_symbol(). Here is the call graph for this function: |