Lines Matching refs:yylineno
1977 Note that the use of @code{REJECT}, @samp{%option yylineno} and
2267 yylineno
2372 @item yylineno
2375 @code{yylineno}. This option is implied by @samp{%option lex-compat}.
2453 %option yylineno
2794 returns the current input line number (see @samp{%option yylineno}),
2795 or 1 if @samp{%option yylineno} was not used.
3004 The undocumented @code{lex} scanner internal variable @code{yylineno}
3005 is not supported unless @samp{-l} or @samp{%option yylineno} is used.
3006 @code{yylineno} should be maintained on a per-buffer basis, rather
3007 than a per-scanner (single global variable) basis. @code{yylineno} is