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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 45 int zzchar; /* character to determine next state */ variable
81 #define ZZGETC_STREAM {zzchar = getc(zzstream_in); zzclass = ZZSHIFT(zzchar);}
82 #define ZZGETC_FUNC {zzchar = (*zzfunc_in)(); zzclass = ZZSHIFT(zzchar);}
85 zzchar = *zzstr_in; \
88 zzchar = EOF; \
90 zzclass = ZZSHIFT(zzchar); \
99 *(zznextpos++) = zzchar; \
212 state->lookc = zzchar;
    [all...]
dlgdef.h 74 extern int zzchar; /* character to determine next state */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 45 int zzchar; /* character to determine next state */ variable
81 #define ZZGETC_STREAM {zzchar = getc(zzstream_in); zzclass = ZZSHIFT(zzchar);}
82 #define ZZGETC_FUNC {zzchar = (*zzfunc_in)(); zzclass = ZZSHIFT(zzchar);}
85 zzchar = *zzstr_in; \
88 zzchar = EOF; \
90 zzclass = ZZSHIFT(zzchar); \
99 *(zznextpos++) = zzchar; \
212 state->lookc = zzchar;
    [all...]
dlgdef.h 74 extern int zzchar; /* character to determine next state */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
scan.c 528 while ( zzchar==' ' || zzchar=='\t' ) {
531 if ( zzchar == ':' && inAlt ) NLA = LABEL;
539 while ( zzchar==' ' || zzchar=='\t' ) {
542 if ( zzchar == ':' && inAlt ) NLA = LABEL;
    [all...]
antlr.g     [all...]

Completed in 182 milliseconds