| /xsrc/external/mit/xkbcomp/dist/ |
| xkbscan.c | 666 yylex(void) function
|
| /xsrc/external/mit/xkbevd/dist/ |
| cfgscan.c | 415 yylex(void) function
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| glcpp-lex.c | 89 #ifdef yylex 92 #define yylex glcpp_lex macro 1264 extern int yylex \ 1267 #define YY_DECL int yylex \ 2004 * yylex(). If so, then we have to assure 2119 } /* end of yylex */ 2749 /** Setup the input buffer state to scan a string. The next call to yylex() will 2763 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 3154 * yylex() is called, initialization will occur. */
|
| glcpp-parse.c | 69 #define yylex glcpp_parser_lex macro 692 as returned by yylex, with out-of-bounds checking. */ 699 as returned by yylex. */ 1859 yychar = yylex (&yylval, &yylloc, parser);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| glsl_lexer.cpp | 89 #ifdef yylex 92 #define yylex _mesa_glsl_lexer_lex macro 1839 extern int yylex \ 1842 #define YY_DECL int yylex \ 3585 * yylex(). If so, then we have to assure 3700 } /* end of yylex */ 4295 /** Setup the input buffer state to scan a string. The next call to yylex() will 4309 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 4659 * yylex() is called, initialization will occur. */
|
| glsl_parser.cpp | 69 #define yylex _mesa_glsl_lex macro 786 as returned by yylex, with out-of-bounds checking. */ 793 as returned by yylex. */ 2550 yychar = yylex (&yylval, &yylloc, state);
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| lex.yy.c | 89 #ifdef yylex 92 #define yylex _mesa_program_lexer_lex macro 1489 extern int yylex \ 1492 #define YY_DECL int yylex \ 2507 * yylex(). If so, then we have to assure 2621 } /* end of yylex */ 3251 /** Setup the input buffer state to scan a string. The next call to yylex() will 3265 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 3615 * yylex() is called, initialization will occur. */
|
| program_parse.tab.c | 493 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, function 824 as returned by yylex, with out-of-bounds checking. */ 831 as returned by yylex. */ 2112 yychar = yylex (&yylval, &yylloc, state);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| glcpp-lex.c | 89 #ifdef yylex 92 #define yylex glcpp_lex macro 1233 extern int yylex \ 1236 #define YY_DECL int yylex \ 1958 * yylex(). If so, then we have to assure 2073 } /* end of yylex */ 2703 /** Setup the input buffer state to scan a string. The next call to yylex() will 2717 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 3108 * yylex() is called, initialization will occur. */
|
| glcpp-parse.c | 67 #define yylex glcpp_parser_lex macro 579 by yylex, with out-of-bounds checking. */ 587 as returned by yylex, without out-of-bounds checking. */ 1669 yychar = yylex (&yylval, &yylloc, parser);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| glsl_lexer.cpp | 89 #ifdef yylex 92 #define yylex _mesa_glsl_lexer_lex macro 1816 extern int yylex \ 1819 #define YY_DECL int yylex \ 3495 * yylex(). If so, then we have to assure 3610 } /* end of yylex */ 4205 /** Setup the input buffer state to scan a string. The next call to yylex() will 4219 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 4569 * yylex() is called, initialization will occur. */
|
| glsl_parser.cpp | 67 #define yylex _mesa_glsl_lex macro 651 by yylex, with out-of-bounds checking. */ 659 as returned by yylex, without out-of-bounds checking. */ 2349 yychar = yylex (&yylval, &yylloc, state);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| program_parse.tab.c | 67 #define yylex _mesa_program_lex macro 408 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, function 661 by yylex, with out-of-bounds checking. */ 669 as returned by yylex, without out-of-bounds checking. */ 1876 yychar = yylex (&yylval, &yylloc, state);
|