Searched refs:yylineno (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/glsl/glcpp/ |
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/ |
D | ldlex.l | 82 %option yylineno 242 ++yylineno; in eat_to_eol() 248 error (0, 0, gettext ("%d: garbage at end of line"), yylineno); in eat_to_eol() 272 yylineno); in push_state() 282 error (0, 0, gettext ("%d: unexpected #endif"), yylineno); in pop_state() 347 ch, yylineno); in invalid_char()
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 50 %option yylineno 124 ch, yylineno); in invalid_char()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 29 int yylineno = 1; variable 82 \n yylineno++; /* ignore EOL */;
|
D | dnsextd_parser.y | 379 extern int yylineno; 383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str ); in yyerror()
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 41 yylloc->first_line = yylineno + 1; \ 45 #define YY_USER_INIT yylineno = 0; yycolumn = 0; 162 * yylineno is zero-based instead of 165 yylineno = strtol(ptr, &ptr, 0) - 1; 177 * yylineno is zero-based instead of 180 yylineno = strtol(ptr, &ptr, 0) - 1; 204 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; } 218 <PP>\n { BEGIN 0; yylineno++; yycolumn = 0; return EOL; } 220 \n { yylineno++; yycolumn = 0; }
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 420 extern int yylineno; 422 int yylineno = 1; variable 1869 return yylineno; in yyget_lineno() 1915 yylineno = line_number; in yyset_lineno()
|
/external/bison/src/ |
D | scan-skel.c | 23 #define yylineno skel_lineno macro
|
D | scan-gram.c | 23 #define yylineno gram_lineno macro
|
D | scan-code.c | 23 #define yylineno code_lineno macro
|
/external/libpcap/ |
D | scanner.c | 22 #define yylineno pcap_lineno macro
|
/external/bison/ |
D | ChangeLog-2012 | 13327 * data/glr.c (yy_reduce_print): yylineno -> yylno, 13328 to avoid collision with flex use of yylineno. 14866 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing 19075 Don't use %option yylineno: it seems that then Flex imagines
|