Searched refs:yylex (Results 1 – 5 of 5) sorted by relevance
83 virtual int yylex() = 0;86 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex() function89 return yylex(); in yylex()92 int yylex( std::istream* new_in, std::ostream* new_out = 0)95 return yylex();151 virtual int yylex();
57 /* code to place at the beginning of yylex() */391 #ifdef yylex392 #undef yylex395 int yyFlexLexer::yylex()
24 #undef yylex25 #define yylex m_ScriptScanner.lex
47 int yylex();
465 void yylex();484 yylex(); in main()