Searched refs:yylineno (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.h81 extern int yylineno;
H A Daicasm_scan.l90 \n { ++yylineno; }
94 <COMMENT>\n { ++yylineno; }
118 <CEXPR>\n { ++yylineno; }
363 ++yylineno;
371 ++yylineno;
491 include->lineno = yylineno;
496 yylineno = 1;
599 yylineno = include->lineno;
H A Daicasm_macro_scan.l81 ++yylineno;
H A Daicasm.c692 yyfilename, yylineno);
740 new_instr->srcline = yylineno;
H A Daicasm_gram.y66 int yylineno;
/openbsd-current/usr.bin/lex/
H A DFlexLexer.h93 int lineno() const { return yylineno; }
101 int yylineno; // only maintained if you use %option yylineno member in class:FlexLexer
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfigyyrename.h85 #define yylineno ub_c_lineno macro
H A Dconfiglexer.c348 extern int yylineno;
350 int yylineno = 1; variable
6797 return yylineno;
6840 yylineno = line_number;
/openbsd-current/usr.sbin/unbound/util/
H A Dconfigyyrename.h85 #define yylineno ub_c_lineno macro
/openbsd-current/usr.bin/rdist/
H A Dgram.y225 int yylineno = 1;
247 yylineno++;
291 yylineno++;
488 error("Error in distfile: line %d: %s", yylineno, s);
/openbsd-current/usr.bin/fgen/
H A Dfgen.l43 %option yylineno
1121 token_err(yylineno, infile, yytext,
1163 token_err(yylineno, infile, yytext, "string length %zu too long", len)
1253 token_err(yylineno, infile, yytext,
1291 token_err(yylineno, infile, NULL,
1496 token_err(yylineno, infile, NULL,
1731 infile, yylineno, yytext);
1814 infile, yylineno, yytext);
2064 token_err(yylineno, infile, yytext,
2172 token_err(yylineno, infil
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dperly.c191 const unsigned int yylineno = yyrline[yyrule]; local
193 yyrule - 1, yylineno);
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-lex.c336 extern int yylineno;
338 int yylineno = 1; variable
3402 return yylineno;
3445 yylineno = line_number;

Completed in 410 milliseconds