Searched refs:yylineno (Results 1 - 10 of 10) sorted by relevance
/external/elfutils/libcpu/ |
H A D | i386_lex.l | 50 %option yylineno 124 ch, yylineno);
|
/external/mesa3d/src/glsl/glcpp/ |
H A D | glcpp-lex.l | 46 yylineno = parser->new_line_number; \ 50 yylloc->first_line = yylineno; \ 58 yylineno = 1; \ 114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 133 yylineno++; 292 yylineno++;
|
/external/elfutils/src/ |
H A D | ldlex.l | 82 %option yylineno 242 ++yylineno; 248 error (0, 0, gettext ("%d: garbage at end of line"), yylineno); 272 yylineno); 282 error (0, 0, gettext ("%d: unexpected #endif"), yylineno); 347 ch, yylineno);
|
/external/mdnsresponder/mDNSShared/ |
H A D | dnsextd_lexer.l | 26 /* Mac OS X 10.4 has flex version 2.5.4, which doesn't define yylineno for us */ 27 /* Mac OS X 10.5 has flex version 2.5.33, which does define yylineno */ 29 int yylineno = 1; 82 \n yylineno++; /* ignore EOL */;
|
H A D | dnsextd_parser.y | 379 extern int yylineno; 383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str );
|
/external/bison/examples/calc++/ |
H A D | calc++-scanner.cc | 406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */ 420 extern int yylineno; 422 int yylineno = 1; variable 892 /* %% [11.0] code for yylineno update goes here */ 1412 /* %% [19.0] update BOL and yylineno */ 1869 return yylineno; 1915 yylineno = line_number;
|
/external/bison/src/ |
H A D | scan-skel.c | 23 #define yylineno skel_lineno macro
|
H A D | scan-code.c | 23 #define yylineno code_lineno macro
|
H A D | scan-gram.c | 23 #define yylineno gram_lineno macro
|
/external/libpcap/ |
H A D | scanner.c | 22 #define yylineno pcap_lineno macro
|
Completed in 518 milliseconds