Home
last modified time | relevance | path

Searched refs:switch_streams (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A DFlexLexer.h81 switch_streams( new_in, new_out ); in yylex()
87 switch_streams( new_in, new_out );
93 virtual void switch_streams( std::istream* new_in,
95 virtual void switch_streams( std::istream& new_in,
145 virtual void switch_streams( std::istream& new_in, std::ostream& new_out );
146 virtual void switch_streams( std::istream* new_in = 0, std::ostream* new_out = 0 );
H A Dflex.skl1491 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out )
1503 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out )
1513 switch_streams(*new_in, *new_out);
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DFlexLexer.h80 switch_streams( new_in, new_out );
86 virtual void switch_streams( FLEX_STD istream* new_in = 0,
131 virtual void switch_streams( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 );
H A Delftosb_lexer.cpp1420 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out ) in switch_streams() function in yyFlexLexer
/netbsd-src/external/bsd/flex/dist/tests/
H A Dcxx_restart.ll46 f.switch_streams(&std::cin, &std::cout);
H A Dcxx_basic.ll46 f.switch_streams(&std::cin, &std::cout);
H A Dcxx_yywrap.ll52 switch_streams(ifs);
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-263 * switch_streams (C++ only): Cxx. (line 82)
H A Dflex.texi3827 @findex switch_streams (C++ only)
3828 @item virtual void switch_streams(istream* new_in = 0, ostream* new_out = 0)
3829 @item virtual void switch_streams(istream& new_in, ostream& new_out)
3836 first switches the input streams via @code{switch_streams( new_in,
H A Dflex.info-12973 'virtual void switch_streams(istream* new_in = 0, ostream* new_out = 0)'
2974 'virtual void switch_streams(istream& new_in, ostream& new_out)'
2981 first switches the input streams via 'switch_streams( new_in,
/netbsd-src/external/bsd/flex/dist/
H A DONEWS374 virtual void switch_streams( istream* new_in = 0,
383 which first calls switch_streams() and then returns the value
H A DChangeLog8260 * FlexLexer.h: Added switch_streams
8264 * flex.skl: added switch_streams