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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.cpp16 #define yyin yyipin
157 #define YY_NEW_FILE yyiprestart(yyipin )
182 extern FILE *yyipin, *yyipout;
264 * just pointing yyipin at a new input file.
302 * instead of setting up a fresh yyipin. A bit of a hack ...
335 yyip_create_buffer(yyipin,YY_BUF_SIZE ); \
345 yyip_create_buffer(yyipin,YY_BUF_SIZE ); \
359 FILE *yyipin = (FILE *) 0, *yyipout = (FILE *) 0; variable
775 (c = getc( yyipin )) != EOF && c != '\n'; ++n ) \
779 if ( c == EOF && ferror( yyipin ) ) \
[all...]

Completed in 51 milliseconds