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

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h52 # ifndef FLEX_STD
53 # define FLEX_STD std:: macro
71 yy_create_buffer( FLEX_STD istream* s, int size ) = 0;
73 virtual void yyrestart( FLEX_STD istream* s ) = 0;
78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
86 virtual void switch_streams( FLEX_STD istream* new_in = 0,
87 FLEX_STD ostream* new_out = 0 ) = 0;
116 yyFlexLexer( FLEX_STD istream* arg_yyin = 0, FLEX_STD ostrea
[all...]

Completed in 41 milliseconds