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

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 161 FLEX_STD istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
177 // instead of setting up a fresh yyin. A bit of a hack ...
  /ndk/sources/host-tools/nawk-20071023/
lex.c 542 FILE *yyin = 0; variable
  /external/bison/examples/calc++/
calc++-scanner.cc 181 #define YY_NEW_FILE yyrestart(yyin )
210 extern FILE *yyin, *yyout;
299 * just pointing yyin at a new input file.
351 * instead of setting up a fresh yyin. A bit of a hack ...
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
703 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
707 if ( c == EOF && ferror( yyin ) ) \
    [all...]
  /external/bison/src/
scan-skel.c 20 #define yyin skel_in macro
    [all...]
scan-code.c 20 #define yyin code_in macro
    [all...]
scan-gram.c 20 #define yyin gram_in macro
    [all...]
  /external/libpcap/
scanner.c 19 #define yyin pcap_in macro
    [all...]

Completed in 1102 milliseconds