/external/webkit/Tools/android/flex-2.5.4a/ |
FlexLexer.h | 66 virtual void yyrestart( istream* s ) = 0; 114 void yyrestart( istream* s );
|
flex.skl | 97 #define YY_NEW_FILE yyrestart( yyin ) 206 * (via yyrestart()), so that the user can continue scanning by 242 void yyrestart YY_PROTO(( FILE *input_file )); 850 yyrestart( yyin ); 1015 yyrestart( yyin ); 1052 void yyrestart( FILE *input_file ) 1054 void yyrestart( input_file ) 1058 void yyFlexLexer::yyrestart( istream* input_file ) [all...] |
initscan.c | 93 #define YY_NEW_FILE yyrestart( yyin ) 196 * (via yyrestart()), so that the user can continue scanning by 229 void yyrestart YY_PROTO(( FILE *input_file )); 3206 void yyrestart( FILE *input_file ) function [all...] |
/external/elfutils/src/ |
ldlex.c | 15 #define yyrestart ldrestart macro 111 #define YY_NEW_FILE yyrestart( yyin ) 214 * (via yyrestart()), so that the user can continue scanning by 247 void yyrestart YY_PROTO(( FILE *input_file )); 2082 void yyrestart( FILE *input_file ) function [all...] |
/external/bluetooth/bluez/tools/ |
lexer.c | 128 #define YY_NEW_FILE yyrestart(yyin ) 235 * (via yyrestart()), so that the user can continue scanning by 278 void yyrestart (FILE *input_file ); 1067 yyrestart(yyin ); 1188 yyrestart(yyin ); 1226 void yyrestart (FILE * input_file ) function [all...] |
/system/core/sh/ |
arith_lex.c | 129 #define YY_NEW_FILE yyrestart(yyin ) 236 * (via yyrestart()), so that the user can continue scanning by 279 void yyrestart (FILE *input_file ); 1155 yyrestart(yyin ); 1351 void yyrestart (FILE * input_file ) function [all...] |
init.c | 174 #define YY_NEW_FILE yyrestart(yyin ) 466 #define YY_NEW_FILE yyrestart(yyin ) 758 #define YY_NEW_FILE yyrestart(yyin )
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_lex.cpp | 164 #define YY_NEW_FILE yyrestart(yyin ,yyscanner ) 279 * (via yyrestart()), so that the user can continue scanning by 302 void yyrestart (FILE *input_file ,yyscan_t yyscanner ); 2112 void yyrestart (FILE * input_file , yyscan_t yyscanner) function [all...] |
glslang.l | 557 yyrestart(NULL, context->scanner);
|