/external/webkit/WebKitTools/android/flex-2.5.4a/ |
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...] |
skel.c | 102 "#define YY_NEW_FILE yyrestart( yyin )", 113 "extern FILE *yyin, *yyout;", 212 " * just pointing yyin at a new input file.", 243 " * instead of setting up a fresh yyin. A bit of a hack ...", 271 " yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \\", 278 " yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \\", 284 "%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here", 473 " if ( ! yyin )", 475 " yyin = stdin;", 477 " yyin = &cin;" [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.1 | 214 yyin = fopen( argv[0], "r" ); 216 yyin = stdin; 1035 .I yyin 1044 .I yyin 1055 .I yyin), 1057 .I yyin 1060 .I yyin 1069 .I yyin; 1092 .I yyin. 1106 global file-pointer "yyin" [all...] |
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...] |
NEWS | 47 statically initialize yyin and yyout to stdin and stdout. 173 stdinit if unset ("%option nostdinit"), initialize yyin 377 reassigns yyin to new_in (if non-nil) and yyout to new_out 378 (ditto), deleting the previous input buffer if yyin is 498 to not need yyin. 595 - Fixed bug in pointing yyin at a new file and resuming scanning. 752 point yyin at the new file and continue scanning. 755 to indicate you wish to continue scanning. Simply point yyin 797 - You can use "yyrestart(yyin)" to throw away the [all...] |
scan.l | 674 yyin = fopen( infilename, "r" ); 676 if ( yyin == NULL ) 682 yyin = stdin;
|
gen.c | 1333 "\tif ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \\" ); 1345 outn( "\t\t\t (c = getc( yyin )) != EOF && c != '\\n'; ++n ) \\" ); 1349 outn( "\t\tif ( c == EOF && ferror( yyin ) ) \\" ); 1355 "\telse if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \\" ); 1356 outn( "\t\t && ferror( yyin ) ) \\" ); [all...] |
main.c | 854 static char yy_stdinit[] = "FILE *yyin = stdin, *yyout = stdout;"; 856 "FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;";
|
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/bluetooth/bluez/rfcomm/ |
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 )
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 185 yyin = fopen(filename, "r"); 186 if (yyin) {
|
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
flex.man | 235 yyin = fopen( argv[0], "r" ); 237 yyin = stdin; [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 273 yyin = fopen( argv[0], "r" ); 275 yyin = stdin; 883 file `yyin' (which defaults to stdin). It continues until it either 888 unless either `yyin' is pointed at a new input file (in which case 891 if you've set up `YY_INPUT' to scan from a source other than `yyin'), 892 and initializes `yyin' for scanning from that file. Essentially there 893 is no difference between just assigning `yyin' to a new input file or 898 `yyin'; but better is to use `YY_FLUSH_BUFFER' (see above). Note that [all...] |
flex.texi | 358 yyin = fopen( argv[0], "r" ); 360 yyin = stdin; [all...] |
/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/ipsec-tools/src/racoon/ |
cftoken.l | 645 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); 738 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); 749 yyin = fopen(path, "r"); 750 if (yyin == NULL) { 760 incstack[incstackp].fp = yyin;
|
/external/webkit/WebKitTools/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/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/ |
Atari.patches | 208 X! if ( (result = read( fileno(yyin), buf, max_size )) < 0 ) \ 216 X! if ( (result = fread( buf,1, max_size, yyin )) < 0 ) \ 323 X extern FILE *skelfile, *yyin, *temp_action_file, *backtrack_file; 331 X extern FILE *skelfile, *yyin, *temp_action_file, *backtrack_file;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
Borland-2.4 | 144 "%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here",
|