Searched refs:func_action (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.g60 int func_action; /* should actions be turned into functions?*/
133 << if (func_action)
174 grammar : << p_head(); p_class_hdr(); func_action = FALSE;>>
178 << func_action = FALSE; p_tables(); p_tail(); >>
188 do_conversion : <<new_automaton_mode(); func_action = TRUE;>>
199 func_action = FALSE;
411 << if (func_action) fprintf(OUT,"}\n\n");
H A Ddlg_a.c49 int func_action; /* should actions be turned into functions?*/ variable
172 if (func_action)
360 if (func_action) fprintf(OUT,"}\n\n");
H A Ddlg.h122 extern int func_action; /* should actions be turned into functions?*/
H A Ddlg_p.c67 p_head(); p_class_hdr(); func_action = FALSE;
111 func_action = FALSE; p_tables(); p_tail();
198 new_automaton_mode(); func_action = TRUE;
209 func_action = FALSE;
H A Dmain.c268 func_action = FALSE;

Completed in 38 milliseconds