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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgauto.h43 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);
H A Ddlgdef.h72 extern int zzline; /* line current token is on */
H A Derr.h432 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,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.g109 #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
[all...]
H A Ddlg_a.c112 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 */
H A Ddlg_p.c258 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);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dscan.c181 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...]
H A Dantlr.g98 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
[all...]
H A Dantlr.c524 f = CurFile; l = zzline;
937 save_line=zzline; save_file=CurFile;
943 predEntry->line=zzline;
1121 FileStr[CurFile],zzline);
1378 /* MR11 */ save_file=CurFile;save_line=zzline;
1535 /* MR11 */ save_file=CurFile;save_line=zzline;
3176 warnFL(eMsg1("redefinition of token %s; ignored",t), fname,zzline);
3242 warnFL(eMsg1("redefinition of token %s; ignored",t), fname,zzline);
3306 warnFL(eMsg1("redefinition of token %s; ignored",t), fname,zzline);
3551 fprintf(stderr, ErrHdr, FileStr[CurFile]!=NULL?FileStr[CurFile]:"stdin", zzline);
[all...]
H A Dmain.c1061 fprintf(stderr, ErrHdr, FileStr[CurFile], zzline);
1624 fprintf(stderr, ErrHdr, FileStr[CurFile], zzline);
1638 fprintf(stderr, ErrHdr, FileStr[CurFile], zzline);
1677 fprintf(stderr, ErrHdr, FileStr[CurFile], zzline);
1691 fprintf(stderr, ErrHdr, FileStr[CurFile], zzline);
H A Dbuild.c661 p->line = zzline;
695 p->line = zzline;
734 p->line = zzline;

Completed in 95 milliseconds