Home
last modified time | relevance | path

Searched refs:_in_str (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c536 void yyset_in ( FILE * _in_str );
1701 void yyset_in (FILE * _in_str ) in yyset_in() argument
1703 yyin = _in_str ; in yyset_in()
/freebsd/usr.bin/lex/
H A Dinitscan.c2029 void yyset_in ( FILE * _in_str );
5075 void yyset_in (FILE * _in_str ) in yyset_in() argument
5077 yyin = _in_str ; in yyset_in()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c4549 void yyset_in ( FILE * _in_str );
7795 void yyset_in (FILE * _in_str ) in yyset_in() argument
7797 yyin = _in_str ; in yyset_in()
/freebsd/contrib/flex/src/
H A Dflex.skl842 void yyset_in ( FILE * _in_str M4_YY_PROTO_LAST_ARG );
2667 * @param _in_str A readable stream.
2671 void yyset_in YYFARGS1( FILE * ,_in_str)
2674 yyin = _in_str ;