/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_scan.l | 90 \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 D | aicasm.h | 81 extern int yylineno;
|
H A D | aicasm_macro_scan.l | 81 ++yylineno;
|
H A D | aicasm.c | 692 yyfilename, yylineno); in stop() 740 new_instr->srcline = yylineno; in seq_alloc()
|
H A D | aicasm_gram.y | 66 int yylineno; variable
|
/openbsd/usr.bin/lex/ |
H A D | FlexLexer.h | 93 int lineno() const { return yylineno; } in lineno() 101 int yylineno; // only maintained if you use %option yylineno variable
|
H A D | NEWS | 143 ** 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 D | flex.skl | 335 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 D | ONEWS | 176 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 D | ChangeLog | 1640 * 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 D | gram.y | 225 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 D | fgen.l | 43 %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 D | configyyrename.h | 85 #define yylineno ub_c_lineno macro
|
H A D | configlexer.c | 348 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 D | configyyrename.h | 85 #define yylineno ub_c_lineno macro
|
/openbsd/lib/libkeynote/ |
H A D | keynote-ver.l | 43 %option noinput noyywrap yylineno never-interactive
|
H A D | keynote.l | 59 %option noinput noyywrap never-interactive yylineno
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perly.c | 191 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 D | gengtype-lex.c | 336 extern int yylineno; 338 int yylineno = 1; variable 3402 return yylineno; in yyget_lineno() 3445 yylineno = line_number; in yyset_lineno()
|