Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
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++) = *(s++))!=0){
334 zznextpos--;
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
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;
309 zznextpos = zzbegexpr + 1;
323 zznextpos = zzbegexpr;
325 while ((zznextpos <= l) && (*(zznextpos++) = *(s++))!=0){
329 zznextpos--;
331 if ((zznextpos <= l) && (*(--s) == 0)){
[all …]