HomeSort by relevance Sort by last modified time
    Searched refs:yylineno (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libcpu/
i386_lex.l 50 %option yylineno
124 ch, yylineno);
  /external/mesa3d/src/glsl/glcpp/
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/
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/
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 */;
dnsextd_parser.y 379 extern int yylineno;
383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str );
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 95 int lineno() const { return yylineno; }
103 int yylineno; // only maintained if you use %option yylineno member in class:FlexLexer
  /external/bison/examples/calc++/
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 */
    [all...]
  /external/bison/src/
scan-skel.c 23 #define yylineno skel_lineno macro
    [all...]
scan-code.c 23 #define yylineno code_lineno macro
    [all...]
scan-gram.c 23 #define yylineno gram_lineno macro
    [all...]
  /external/libpcap/
scanner.c 22 #define yylineno pcap_lineno macro
    [all...]

Completed in 227 milliseconds