Home
last modified time | relevance | path

Searched refs:yylineno (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
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.h81 extern int yylineno;
H A Daicasm_macro_scan.l81 ++yylineno;
H A Daicasm.c692 yyfilename, yylineno); in stop()
740 new_instr->srcline = yylineno; in seq_alloc()
H A Daicasm_gram.y66 int yylineno; variable
/openbsd/usr.bin/lex/
H A DFlexLexer.h93 int lineno() const { return yylineno; } in lineno()
101 int yylineno; // only maintained if you use %option yylineno variable
H A DNEWS143 ** yylineno is per-buffer in reentrant scanners
269 ** yylineno is present in all scanners; Modified nasty performance
270 penalty warning with yylineno in documentation
381 ** Fixed bug where yyless did not consider yylineno
383 ** the yylineno performance hit is now gone
463 *** added option --yylineno to track line count in yylineno
H A Dflex.skl335 do{ yylineno++;
348 yylineno++;
506 --yylineno;\
513 --yylineno;\
1524 yylineno = 1; // this will only get updated if %option yylineno
1854 %% [18.0] update yylineno here
1858 --yylineno;
1946 %% [19.0] update BOL and yylineno
2552 return yylineno;
2656 yylineno = line_number;
[all …]
H A DONEWS176 yylineno if set, keep track of the current line
177 number in global yylineno (this option is expensive
418 - input() now maintains yylineno.
663 particular, -l includes support for "yylineno" and makes yytext
972 lex has been reordered so that the discussion of yylineno
997 - a defense of why yylineno is not supported is included, along
H A DChangeLog1640 * TODO: Added yylineno bugs to TODO list.
1673 * NEWS: yylineno is now per-buffer in reentrant scanners
3524 * NEWS: yylineno performance hit is fixed
3528 * TODO, flex.texi: Updated docs on yylineno.
3532 * TODO: discuss yylineno performance
4067 * configure.in: Added yylineno test.
4071 * tests/Makefile.am: Added yylineno tests.
5526 * gen.c: bug fix for yymore()/yylineno interaction
5766 * main.c: rename yylineno if -P
5782 * flex.skl: %option yylineno support
[all …]
/openbsd/usr.bin/rdist/
H A Dgram.y225 int yylineno = 1;
247 yylineno++; in yylex()
291 yylineno++; in yylex()
488 error("Error in distfile: line %d: %s", yylineno, s); in yyerror()
/openbsd/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, infile, NULL,
[all …]
/openbsd/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
6814 return yylineno; in yyget_lineno()
6857 yylineno = line_number; in yyset_lineno()
/openbsd/usr.sbin/unbound/util/
H A Dconfigyyrename.h85 #define yylineno ub_c_lineno macro
/openbsd/lib/libkeynote/
H A Dkeynote-ver.l43 %option noinput noyywrap yylineno never-interactive
H A Dkeynote.l59 %option noinput noyywrap never-interactive yylineno
/openbsd/gnu/usr.bin/perl/
H A Dperly.c191 const unsigned int yylineno = yyrline[yyrule]; in yy_reduce_print() local
193 yyrule - 1, yylineno); in yy_reduce_print()
/openbsd/gnu/gcc/gcc/
H A Dgengtype-lex.c336 extern int yylineno;
338 int yylineno = 1; variable
3402 return yylineno; in yyget_lineno()
3445 yylineno = line_number; in yyset_lineno()