Searched defs:zzfunc_in (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgauto.h55 static int (*zzfunc_in)(void) = zzerr_in; /* MR20 */ variable
60 static int (*zzfunc_in)() = zzerr_in; /* MR20 */ variable
82 #define ZZGETC_FUNC {zzchar = (*zzfunc_in)(); zzclass = ZZSHIFT(zzchar);}
125 zzfunc_in = NULL;
151 zzfunc_in = f;
178 zzfunc_in = 0;
194 zzfunc_in = NULL;
208 state->func_ptr = zzfunc_in;
235 zzfunc_in = state->func_ptr;
388 else if (zzfunc_in)
[all...]

Completed in 32 milliseconds