HomeSort by relevance Sort by last modified time
    Searched refs:zznextpos (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 48 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){
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 48 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--;
    [all...]

Completed in 135 milliseconds