| /xsrc/external/mit/xgc/dist/ |
| H A D | lex.l | 14 int yylineno; 162 yytext, yylineno); }
|
| H A D | gram.y | 13 extern int yylineno; 95 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);
|
| H A D | lex.c | 331 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 D | gram.c | 74 extern int yylineno; 1652 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | lex.l | 74 int yylineno; 92 ++yylineno;
|
| H A D | parse.c | 89 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 D | i965_lex.l | 1 %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 D | winprefslex.l | 46 int yylineno; 64 %option yylineno 122 yylineno = 1;
|
| H A D | winprefslex.c | 167 * 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 D | winprefsyacc.y | 257 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 D | winprefslex.l | 58 %option yylineno 122 yylineno = 1;
|
| H A D | winprefslex.c | 169 * 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 D | winprefsyacc.y | 85 extern int yylineno; 258 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
|
| H A D | winprefsyacc.c | 155 extern int yylineno; 1826 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 46 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 D | glcpp-lex.l | 46 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 D | lexer.l | 40 "\n" yylineno++; 42 ";"[^\n]*"\n" yylineno++; /* ignore comments */
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 366 #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 D | glcpp-lex.c | 366 #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 D | glsl_lexer.cpp | 366 #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 D | glsl_lexer.cpp | 366 #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 D | ir3_lexer.l | 91 "\n" yylineno++; 93 ";"[^\n]*"\n" yylineno++; /* ignore comments */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.c | 340 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 D | lex.c | 335 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 D | lex.yy.c | 366 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 3352 return yylineno; 3427 yylineno = _line_number;
|