Lines Matching refs:ematch_in
16 #define yyin ematch_in
146 #define YY_NEW_FILE ematch_restart(ematch_in )
179 extern FILE *ematch_in, *ematch_out;
333 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
343 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
357 FILE *ematch_in = NULL, *ematch_out = NULL; variable
696 (c = getc( ematch_in )) != EOF && c != '\n'; ++n ) \
700 if ( c == EOF && ferror( ematch_in ) ) \
707 while ( (result = (int) fread(buf, 1, max_size, ematch_in))==0 && ferror(ematch_in)) \
715 clearerr(ematch_in); \
787 if ( ! ematch_in )
788 ematch_in = stdin;
796 ematch__create_buffer(ematch_in,YY_BUF_SIZE );
1043 YY_CURRENT_BUFFER_LVALUE->yy_input_file = ematch_in;
1260 ematch_restart(ematch_in ); in yy_get_next_buffer()
1430 ematch_restart(ematch_in ); in yyinput()
1474 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); in ematch_restart()
1520 ematch_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; in ematch__load_buffer_state()
1892 return ematch_in; in ematch_get_in()
1938 ematch_in = _in_str ; in ematch_set_in()
1975 ematch_in = stdin; in yy_init_globals()
1978 ematch_in = NULL; in yy_init_globals()