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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 43 int zzline = 1; /* line current token is on */ variable
123 zzline = 1;
149 zzline = 1;
176 zzline = 1;
216 state->line = zzline;
243 zzline = state->line;
356 zzreal_line = zzline;
490 zzline,zzlextext);
dlgdef.h 72 extern int zzline; /* line current token is on */
err.h 432 fprintf(stderr, "line %d: syntax error at \"%s\"", zzline, (tok==zzEOF_TOKEN)?"EOF":bad_text);
641 zzline = zzinf_line[zzinf_labase]; /* wrong in 1.21 */
822 zzline,
868 zzline,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 43 int zzline = 1; /* line current token is on */ variable
123 zzline = 1;
149 zzline = 1;
176 zzline = 1;
216 state->line = zzline;
243 zzline = state->line;
351 zzreal_line = zzline;
485 zzline,zzlextext);
dlgdef.h 72 extern int zzline; /* line current token is on */
err.h 432 fprintf(stderr, "line %d: syntax error at \"%s\"", zzline, (tok==zzEOF_TOKEN)?"EOF":bad_text);
641 zzline = zzinf_line[zzinf_labase]; /* wrong in 1.21 */
820 zzline,
866 zzline,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_p.g 109 #token "\n" << zzline++; zzskip(); DAWDLE; >> /* Track Line # */
165 #token CONTINUATION "\\ \n" << zzline++; zzskip();>> /* MR1 */
219 warning("no regular expressions", zzline);
230 error("no expression for action ", zzline);
278 << error("no expression for *", zzline);>>
280 << error("no expression for +", zzline);>>
364 error("invalid range ", zzline);
409 #token "@" << error("unterminated action", zzline); zzmode(START); >>
426 #token "\n" << xxputc(zzlextext[0]); ++zzline; zzskip(); >> /* MR1 */
439 #token "[\n\r]" << zzline++; xxputc(zzlextext[0]); zzskip();>> /* MR1 */
    [all...]
dlg_a.c 112 zzline++; zzskip(); DAWDLE;
304 zzline++; zzskip();
353 error("unterminated action", zzline); zzmode(START);
398 xxputc(zzlextext[0]); ++zzline; zzskip();
471 zzline++; xxputc(zzlextext[0]); zzskip();
520 zzmode(ACT); zzline++; /* MR1 */
dlg_p.c 258 warning("no regular expressions", zzline);
295 error("no expression for action ", zzline);
443 error("no expression for *", zzline);
450 error("no expression for +", zzline);
639 error("invalid range ", zzline);
946 fprintf(stderr, ErrHdr, file_str[0]!=NULL?file_str[0]:"stdin", zzline);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
scan.c 181 zzline++; zzskip();
197 action_file=CurFile; action_line=zzline;
238 zzline = atoi(zzbegexpr+5) - 1; zzline++; zzmore();
247 zzline++; zzmore();
599 zzline++;
608 zzline++; zzmore();
672 zzline++;
681 zzline++; zzmore();
745 zzline++;
    [all...]
antlr.g 98 zzline++;
102 #token "\\(\n|\r|\r\n)" << zzline++; zzmore(); >>
109 zzline++;
113 #token "\\(\n|\r|\r\n)" << zzline++; zzmore(); >>
120 zzline++;
130 #token "\n|\r|\r\n" << zzline++; zzmore(); DAWDLE; >>
137 #token "\n|\r|\r\n" << zzline++; zzmore(); DAWDLE; >>
141 #token "\n|\r|\r\n" << zzline++; zzmode(PARSE_ENUM_FILE); zzskip(); DAWDLE; >>
145 #token "\n|\r|\r\n" << zzline++; zzmode(ACTIONS); zzmore(); DAWDLE; >>
149 #token "\n|\r|\r\n" << zzline++; zzmode(START); zzskip(); DAWDLE; >>
    [all...]
antlr.c 524 f = CurFile; l = zzline;
937 save_line=zzline; save_file=CurFile;
943 predEntry->line=zzline;
1121 FileStr[CurFile],zzline);
    [all...]
main.c     [all...]
build.c 661 p->line = zzline;
695 p->line = zzline;
734 p->line = zzline;

Completed in 287 milliseconds