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

/netbsd-current/external/bsd/flex/dist/src/
H A DFlexLexer.h79 int yylex( std::istream& new_in, std::ostream& new_out ) argument
81 switch_streams( new_in, new_out );
85 int yylex( std::istream* new_in, std::ostream* new_out = 0) argument
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 );
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DFlexLexer.h78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) argument
80 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 ) argument
1422 if ( new_in )
1425 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c43359 unsigned char this_in = 1, new_in; local
43499 unsigned char new_in = 1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c21617 unsigned int this_in = 1, new_in;
21636 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
21638 parser->in_transaction = new_in;
21612 unsigned int this_in = 1, new_in; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc23186 unsigned int this_in = 1, new_in;
23205 new_in = this_in | (old_in & TM_STMT_ATTR_OUTER);
23207 parser->in_transaction = new_in;
23181 unsigned int this_in = 1, new_in; local

Completed in 286 milliseconds