Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/
H A Dsrclex.l243 yylineno = 0;
256 fprintf( stderr, "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
264 fprintf( stderr, "Error: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
H A Dcfglex.l161 "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
174 "Error: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
H A Dxrmlex.l172 "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
185 "Error: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
/aoo4110/main/writerfilter/inc/rtftok/
H A DRTFScanner.hxx44 int lineno() const { return yylineno; } in lineno()
49 int yylineno; // only maintained if you use %option yylineno member in writerfilter::rtftok::RTFScanner
/aoo4110/main/writerfilter/source/rtftok/
H A DRTFScanner.skl281 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
512 %% code for yylineno update goes here
661 yylineno = 1; // this will only get updated if %option yylineno
962 %% update yylineno here
1045 %% update BOL and yylineno
H A DRTFScanner.lex23 %option yylineno

Completed in 40 milliseconds