Home
last modified time | relevance | path

Searched refs:yyline (Results 1 – 19 of 19) sorted by path

/original-bsd/old/lex/
H A Dldefs.c98 extern int yyline; /* line number of file */
H A Dlmain.c231 fptr > 0 ? sargv[fptr] : "<stdin>", yyline, s);
H A Donce.c82 int yyline; /* line number of file */ variable
H A Dparser.y579 yyline--;
581 yyline++;
H A Dsub1.c56 fptr > 0 ? sargv[fptr] : "<stdin>", yyline);
90 fptr > 0 ? sargv[fptr] : "<stdin>", yyline);
339 savline=yyline; in cpyact()
359 savline=yyline; in cpyact()
367 yyline=savline; in cpyact()
389 yyline--; in cpyact()
396 yyline = savline; in cpyact()
413 yyline = 0; in gch()
423 yyline = 0; in gch()
434 if(c == '\n')yyline++; in gch()
/original-bsd/usr.bin/pascal/pxp/
H A Derror.c30 extern int yyline;
35 extern int yyline;
51 fprintf(stderr, "Snark (%s) line=%d yyline=%d\n", s, line, yyline);
H A Dyyget.c69 int yyline; member
115 yyline++; in getline()
133 yyline--; in getline()
142 line = yyline; in getline()
192 line = yyline; in includ()
200 line = yyline; in includ()
222 line = yyline; in includ()
232 line = yyline; in includ()
272 ip->yyline = yyline; in includ()
273 yyline = 0; in includ()
[all …]
H A Dyymain.c51 yyline = 0; in yymain()
H A Dyyput.c67 bp = tree(6, T_BOTTLE, yyline, yylinpt, filename, yyseqid); in yyoutline()
77 yyprline(charbuf, yyline, filename, yyseqid); in yyoutline()
/original-bsd/usr.bin/pascal/src/
H A Derror.c20 extern int yyline;
38 printf("Snark (%s) line=%d, yyline=%d\n", s, line, yyline);
H A Dpas.y588 = $$.tr_entry = tree4(T_PCALL, lineof(yyline), $1.tr_entry,
931 $$.tr_entry = tree3(T_TYID, lineof(yyline), $1.tr_entry);
H A Dyy.h80 int yyline; variable
H A Dyyget.c69 int yyline; member
115 yyline++; in getline()
133 yyline--; in getline()
142 line = yyline; in getline()
192 line = yyline; in includ()
200 line = yyline; in includ()
222 line = yyline; in includ()
232 line = yyline; in includ()
272 ip->yyline = yyline; in includ()
273 yyline = 0; in includ()
[all …]
H A Dyylex.c74 yyeline = yyline; in yylex()
79 yylval = yyline; in yylex()
105 yylval = yyline; in yylex()
335 yyeline = yyline; in yyset()
H A Dyymain.c47 yyline = 0; in yymain()
H A Dyyput.c55 bp = (struct B *) tree(6, T_BOTTLE, yyline, yylinpt, filename, in yyoutline()
66 yyprline(charbuf, yyline, filename, yyseqid); in yyoutline()
/original-bsd/usr.sbin/config.new/
H A Dscan.l29 int yyline; variable
/original-bsd/usr.sbin/config/
H A Dconfig.h174 int yyline; variable
H A Dconfig.y594 fprintf(stderr, "config: line %d: %s\n", yyline + 1, s);