Searched refs:yylineno (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/l10ntools/source/ |
H A D | srclex.l | 243 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 D | cfglex.l | 161 "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext ); 174 "Error: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
|
H A D | xrmlex.l | 172 "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 D | RTFScanner.hxx | 44 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 D | RTFScanner.skl | 281 %% 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 D | RTFScanner.lex | 23 %option yylineno
|
Completed in 25 milliseconds