HomeSort by relevance Sort by last modified time
    Searched refs:yyin (Results 1 - 18 of 18) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
main.c 42 extern FILE *yyin; /* lex input file */
70 yyin = NULL;
168 if (yyin == NULL) {
172 yyin = stdin;
173 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL)
177 if ((c = getc(yyin)) != EOF)
179 if (yyin != stdin)
180 fclose(yyin);
181 yyin = NULL;
lex.c 542 FILE *yyin = 0; variable
  /external/bluetooth/bluez/tools/
parser.y 143 extern FILE *yyin;
162 if (!(yyin = fopen(file, "r")))
168 fclose(yyin);
lexer.c 128 #define YY_NEW_FILE yyrestart(yyin )
144 extern FILE *yyin, *yyout;
236 * just pointing yyin at a new input file.
274 * instead of setting up a fresh yyin. A bit of a hack ...
307 yy_create_buffer(yyin,YY_BUF_SIZE ); \
317 yy_create_buffer(yyin,YY_BUF_SIZE ); \
328 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
580 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
584 if ( c == EOF && ferror( yyin ) ) \
591 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin))
    [all...]
parser.c 260 extern FILE *yyin;
279 if (!(yyin = fopen(file, "r")))
285 fclose(yyin);
  /system/core/sh/
arith_lex.c 129 #define YY_NEW_FILE yyrestart(yyin )
145 extern FILE *yyin, *yyout;
237 * just pointing yyin at a new input file.
275 * instead of setting up a fresh yyin. A bit of a hack ...
308 yy_create_buffer(yyin,YY_BUF_SIZE ); \
318 yy_create_buffer(yyin,YY_BUF_SIZE ); \
332 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
596 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
600 if ( c == EOF && ferror( yyin ) ) \
607 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin))
    [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/elfutils/src/
ldlex.c 11 #define yyin ldin macro
111 #define YY_NEW_FILE yyrestart( yyin )
121 extern FILE *yyin, *yyout;
215 * just pointing yyin at a new input file.
243 * instead of setting up a fresh yyin. A bit of a hack ...
270 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
277 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
289 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 129 #define yyin yyg->yyin_r macro
155 #define YY_NEW_FILE glcpp_restart(yyin ,yyscanner )
258 * just pointing yyin at a new input file.
309 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
319 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
867 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
871 if ( c == EOF && ferror( yyin ) ) \
878 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
886 clearerr(yyin); \
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 93 #define YY_NEW_FILE yyrestart( yyin )
103 extern FILE *yyin, *yyout;
197 * just pointing yyin at a new input file.
225 * instead of setting up a fresh yyin. A bit of a hack ...
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
266 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [all...]
FlexLexer.h 143 istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
161 // instead of setting up a fresh yyin. A bit of a hack ...
flex.skl 97 #define YY_NEW_FILE yyrestart( yyin )
108 extern FILE *yyin, *yyout;
207 * just pointing yyin at a new input file.
238 * instead of setting up a fresh yyin. A bit of a hack ...
266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
279 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
468 if ( ! yyin )
470 yyin = stdin;
472 yyin = &cin
    [all...]
flexdef.h 407 * yyin - input file
414 * do_stdinit - whether to initialize yyin/yyout to stdin/stdout
431 extern FILE *skelfile, *yyin, *backing_up_file;
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 91 if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
142 yyinbffr( yy_current_buffer, yyin ); \
329 extern FILE *yyin, *yyout;
334 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 129 #define yyin yyg->yyin_r macro
155 #define YY_NEW_FILE _mesa_glsl_restart(yyin ,yyscanner )
258 * just pointing yyin at a new input file.
309 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
319 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 138 #define yyin yyg->yyin_r macro
164 #define YY_NEW_FILE yyrestart(yyin ,yyscanner )
280 * just pointing yyin at a new input file.
331 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /frameworks/base/tools/aidl/
aidl_language_l.l 185 yyin = fopen(filename, "r");
186 if (yyin) {
  /external/bison/src/
scan-gram.l 75 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
    [all...]

Completed in 592 milliseconds