|
| |||||||||||||
#include "mit-copyright.h"#include "new_string.h"Go to the source code of this file.
Functions | |
| void | var_clear_all_variables () |
| string | var_get_variable () |
| void | var_set_variable () |
| void | var_set_variable_to_number () |
| void | var_set_variable_then_free_value () |
| void | var_set_number_variables_to_fields () |
|
|
Definition at line 76 of file variables.c. References string_dictionary_Create(), and string_dictionary_SafeDestroy(). 00077 {
00078 if (non_number_variable_dict) {
00079 string_dictionary_SafeDestroy(non_number_variable_dict);
00080 string_dictionary_SafeDestroy(number_variable_dict);
00081 }
00082
00083 non_number_variable_dict = string_dictionary_Create(101);
00084 number_variable_dict = string_dictionary_Create(11);
00085 fields_data_length = 0;
00086 }
|
|
|
Referenced by eval_expr(), fixup_and_draw(), no_dots_downcase_var(), and xshow(). |
|
|
Referenced by exec_process_packet(). |
|
|
|
Referenced by decode_notice(). |
|
|
Referenced by exec_process_packet(). |
| Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |