Searched refs:yyin (Results 1 - 9 of 9) sorted by relevance

/external/selinux/checkpolicy/
H A Dparse_util.c25 extern FILE *yyin;
38 yyin = fopen(file, "r");
39 if (!yyin) {
60 rewind(yyin);
63 yyrestart(yyin);
75 fclose(yyin);
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc181 #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/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y399 extern FILE * yyin;
445 yyin = fopen( file, "r" );
446 require_action( yyin, exit, err = 0 );
/external/ipsec-tools/src/racoon/
H A Dcftoken.l645 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/bison/src/
H A Dscan-gram.l56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
H A Dscan-skel.c20 #define yyin skel_in macro
H A Dscan-code.c20 #define yyin code_in macro
H A Dscan-gram.c20 #define yyin gram_in macro
/external/libpcap/
H A Dscanner.c19 #define yyin pcap_in macro

Completed in 164 milliseconds