Searched refs:yylineno (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xgc/dist/
H A Dlex.l14 int yylineno;
162 yytext, yylineno); }
H A Dgram.y13 extern int yylineno;
95 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);
H A Dlex.c331 extern int yylineno;
332 int yylineno = 1; variable in typeref:typename:int
713 int yylineno; variable in typeref:typename:int
1400 yytext, yylineno); }
2240 return yylineno;
2283 yylineno = _line_number;
H A Dgram.c74 extern int yylineno;
1652 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);
/xsrc/external/mit/twm/dist/src/
H A Dlex.l74 int yylineno;
92 ++yylineno;
H A Dparse.c89 extern int yylineno;
108 yylineno = 1;
1176 fprintf(stderr, "%s: line %d: ", twmInputFile, yylineno);
1180 yylineno);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_lex.l1 %option yylineno
17 yylloc.first_line = yylloc.last_line = yylineno; \
407 input_filename, yylineno,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.l46 int yylineno;
64 %option yylineno
122 yylineno = 1;
H A Dwinprefslex.c167 * a 5% performance hit in a non-yylineno scanner, because yy_act is
175 --yylineno;\
353 extern int yylineno;
355 int yylineno = 1; variable in typeref:typename:int
676 int yylineno; variable in typeref:typename:int
954 yylineno++;
1502 --yylineno;
1582 yylineno++;
1977 return yylineno;
2020 yylineno
[all...]
H A Dwinprefsyacc.y257 extern int yylineno; /* Handled by flex internally */
259 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.l58 %option yylineno
122 yylineno = 1;
H A Dwinprefslex.c169 * a 5% performance hit in a non-yylineno scanner, because yy_act is
177 --yylineno;\
184 --yylineno;\
350 extern int yylineno;
351 int yylineno = 1; variable in typeref:typename:int
957 yylineno++;
1559 yylineno++;
1950 return yylineno;
1993 yylineno = _line_number;
2028 /* We do not touch yylineno unles
[all...]
H A Dwinprefsyacc.y85 extern int yylineno;
258 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
H A Dwinprefsyacc.c155 extern int yylineno;
1826 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l46 yylineno = parser->new_line_number; \
50 yylloc->first_line = yylloc->last_line = yylineno; \
59 yylineno = 1; \
273 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
275 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
338 yylineno++;
582 yylineno++;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l46 yylineno = parser->new_line_number; \
50 yylloc->first_line = yylloc->last_line = yylineno; \
59 yylineno = 1; \
272 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
274 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
332 yylineno++;
572 yylineno++;
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dlexer.l40 "\n" yylineno++;
42 ";"[^\n]*"\n" yylineno++; /* ignore comments */
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
867 yylineno = parser->new_line_number; \
871 yylloc->first_line = yylloc->last_line = yylineno; \
880 yylineno = 1; \
1430 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1441 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1527 yylineno++;
1893 yylineno++;
2845 return yylineno;
2920 yylineno
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
898 yylineno = parser->new_line_number; \
902 yylloc->first_line = yylloc->last_line = yylineno; \
911 yylineno = 1; \
1461 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1472 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1566 yylineno++;
1939 yylineno++;
2891 return yylineno;
2966 yylineno
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
1445 yylloc->first_line = yylloc->last_line = yylineno + 1; \
1450 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0; \
2012 * yylineno is zero-based instead of
2015 yylineno = strtol(ptr, &ptr, 0) - 1;
2023 yylineno--;
2051 * yylineno is zero-based instead of
2054 yylineno = strtol(ptr, &ptr, 0) - 1;
2062 yylineno--;
2093 * yylineno i
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
1425 yylloc->first_line = yylloc->last_line = yylineno + 1; \
1430 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0;
1977 * yylineno is zero-based instead of
1980 yylineno = strtol(ptr, &ptr, 0) - 1;
1988 yylineno--;
2008 * yylineno is zero-based instead of
2011 yylineno = strtol(ptr, &ptr, 0) - 1;
2019 yylineno--;
2087 { BEGIN 0; yylineno
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lexer.l91 "\n" yylineno++;
93 ";"[^\n]*"\n" yylineno++; /* ignore comments */
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c340 extern int yylineno;
342 int yylineno = 1; variable in typeref:typename:int
1754 return yylineno;
1797 yylineno = line_number;
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c335 extern int yylineno;
336 int yylineno = 1; variable in typeref:typename:int
1695 return yylineno;
1738 yylineno = _line_number;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
3352 return yylineno;
3427 yylineno = _line_number;

Completed in 42 milliseconds

12