| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.c | 155 extern int yyleng; 274 int yyleng; variable in typeref:typename:int 357 yyleng = (size_t) (yy_cp - yy_bp); \ 637 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 707 /* Code executed at the beginning of each rule, after yytext and yyleng 720 if ( yyleng > 0 ) \ 722 (yytext[yyleng - 1] == '\n'); \ 822 return gettoken(T_VIRTUAL, yytext, yyleng); 827 return gettoken(T_DISPLAY, yytext, yyleng); 832 return gettoken(T_WALL, yytext, yyleng); [all...] |
| H A D | scanner.l | 63 virtual return gettoken(T_VIRTUAL, yytext, yyleng); 64 display return gettoken(T_DISPLAY, yytext, yyleng); 65 wall return gettoken(T_WALL, yytext, yyleng); 66 option return gettoken(T_OPTION, yytext, yyleng); 67 param return gettoken(T_PARAM, yytext, yyleng); 68 {dimension} return getdimension(T_DIMENSION, yytext, yyleng); 69 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1); 70 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1); 71 {word} return getstring(T_STRING, yytext, yyleng); 72 {string} return getstring(T_STRING, yytext+1, yyleng [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_lex.l | 19 yylloc.last_column = yycolumn + yyleng - 1; \ 20 yycolumn += yyleng; 43 char *name = malloc(yyleng - 1); 44 memmove(name, yytext + 1, yyleng - 2); 45 name[yyleng-1] = '\0'; 392 yylval.string[yyleng - 1] = '\0';
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 51 yycolumn += yyleng; \ 107 * flex and stored in yyleng */ \ 110 yyleng + 1); \ 111 memcpy(yylval->str, yytext, yyleng + 1); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 51 yycolumn += yyleng; \ 107 * flex and stored in yyleng */ \ 110 yyleng + 1); \ 111 memcpy(yylval->str, yytext, yyleng + 1); \
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefslex.c | 157 extern int yyleng; 175 for ( yyl = n; yyl < yyleng; ++yyl )\ 289 int yyleng; variable in typeref:typename:int 369 yyleng = (int) (yy_cp - yy_bp); \ 787 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 857 /* Code executed at the beginning of each rule, after yytext and yyleng 954 for ( yyl = 0; yyl < yyleng; ++yyl ) 1934 yytext[yyleng] = (yy_hold_char); \ 1938 yyleng = yyless_macro_arg; \ 1974 return yyleng; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefslex.c | 155 extern int yyleng; 173 for ( yyl = n; yyl < yyleng; ++yyl )\ 287 int yyleng; variable in typeref:typename:int 370 yyleng = (size_t) (yy_cp - yy_bp); \ 781 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 851 /* Code executed at the beginning of each rule, after yytext and yyleng 951 for ( yyl = 0; yyl < yyleng; ++yyl ) 1961 yytext[yyleng] = (yy_hold_char); \ 1965 yyleng = yyless_macro_arg; \ 2001 return yyleng; [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 364 #define yyleng yyg->yyleng_r macro 577 yyleng = (yy_size_t)(yy_cp - yy_bp); \ 1426 yycolumn += yyleng; \ 1468 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1489 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1528 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1588 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base) 1751 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1823 /* Code executed at the beginning of each rule, after yytext and yyleng 1836 if ( yyleng > [all...] |
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 364 #define yyleng yyg->yyleng_r macro 577 yyleng = (yy_size_t)(yy_cp - yy_bp); \ 1446 yycolumn += yyleng; \ 1489 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1510 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1551 return classify_identifier(yyextra, yytext, yyleng, yylval); \ 1611 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base) 1774 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1846 /* Code executed at the beginning of each rule, after yytext and yyleng 1859 if ( yyleng > [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | lex.c | 157 extern int yyleng; 270 int yyleng; variable in typeref:typename:int 350 yyleng = (int) (yy_cp - yy_bp); \ 813 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 883 /* Code executed at the beginning of each rule, after yytext and yyleng 2224 yytext[yyleng] = (yy_hold_char); \ 2228 yyleng = yyless_macro_arg; \ 2264 return yyleng;
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | lex.c | 158 extern int yyleng; 271 int yyleng; variable in typeref:typename:int 354 yyleng = (int) (yy_cp - yy_bp); \ 615 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 685 /* Code executed at the beginning of each rule, after yytext and yyleng 1679 yytext[yyleng] = (yy_hold_char); \ 1683 yyleng = yyless_macro_arg; \ 1719 return yyleng;
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 364 #define yyleng yyg->yyleng_r macro 577 yyleng = (yy_size_t)(yy_cp - yy_bp); \ 872 yycolumn += yyleng; \ 928 * flex and stored in yyleng */ \ 931 yyleng + 1); \ 932 memcpy(yylval->str, yytext, yyleng + 1); \ 1168 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1240 /* Code executed at the beginning of each rule, after yytext and yyleng 2816 yytext[yyleng] = yyg->yy_hold_char; \ 2820 yyleng [all...] |
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 364 #define yyleng yyg->yyleng_r macro 577 yyleng = (yy_size_t)(yy_cp - yy_bp); \ 903 yycolumn += yyleng; \ 959 * flex and stored in yyleng */ \ 962 yyleng + 1); \ 963 memcpy(yylval->str, yytext, yyleng + 1); \ 1199 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1271 /* Code executed at the beginning of each rule, after yytext and yyleng 2862 yytext[yyleng] = yyg->yy_hold_char; \ 2866 yyleng [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | lex.yy.c | 364 #define yyleng yyg->yyleng_r macro 577 yyleng = (yy_size_t)(yy_cp - yy_bp); \ 1243 yylloc->last_column += yyleng; \ 1424 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) 1496 /* Code executed at the beginning of each rule, after yytext and yyleng 3323 yytext[yyleng] = yyg->yy_hold_char; \ 3327 yyleng = yyless_macro_arg; \ 3392 return yyleng;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 138 yylloc->last_column += yyleng; \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 138 yylloc->last_column += yyleng; \
|