Searched refs:base_load_table (Results 1 – 5 of 5) sorted by relevance
/dports/devel/autogen/autogen-5.18.16/agen5/ |
H A D | funcIf.c | 299 memcpy(VOIDP(load_for_if_after_else_procs), base_load_table, in mLoad_Else() 300 sizeof(base_load_table)); in mLoad_Else() 366 memcpy(VOIDP(apIfLoad), base_load_table, sizeof(base_load_table)); in mLoad_If() 439 memcpy(VOIDP(while_tbl), base_load_table, sizeof(base_load_table)); in mLoad_While()
|
H A D | functions.h | 142 static load_proc_p_t const base_load_table[FUNC_CT] = { variable 174 load_proc_p_t const * load_proc_table = base_load_table;
|
H A D | funcFor.c | 872 memcpy(VOIDP(load_for_macro_procs), base_load_table, in mLoad_For() 873 sizeof(base_load_table)); in mLoad_For()
|
H A D | funcDef.c | 842 memcpy(VOIDP(apDefineLoad), base_load_table, sizeof(base_load_table)); in mLoad_Define()
|
H A D | funcCase.c | 1053 memcpy(VOIDP(apCaseLoad), base_load_table, sizeof( base_load_table )); in mLoad_Case()
|