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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgauto.h48 static zzchar_t *zznextpos;/* points to next available position in zzlextext*/ variable
98 if (zznextpos < lastpos){ \
99 *(zznextpos++) = zzchar; \
222 state->nextpos = zznextpos;
249 zznextpos = state->nextpos;
310 zznextpos = zzbegexpr + 1;
313 zznextpos = zzbegexpr; /* MR30 Zero terminates string. */
328 zznextpos = zzbegexpr;
330 while ((zznextpos <= l) && (*(zznextpos
[all...]

Completed in 67 milliseconds