Lines Matching refs:preprocessing
64 %x preprocessing
135 BEGIN preprocessing;
138 <preprocessing>[_A-Za-z][_A-Za-z0-9]* lex_pp_identifier(yytext);
139 <preprocessing>\.?[0-9]('?[_A-Za-z0-9]|[EePp][-+][0-9]+|\.)* lex_pp_number(yytext);
140 <preprocessing>\' lex_pp_character_constant();
141 <preprocessing>\" lex_pp_string_literal();
142 <preprocessing>{punctuator} lex_pp_punctuator(yytext);
143 <preprocessing>\/\* lex_pp_comment();
144 <preprocessing>[ \f\t\v]+ lex_pp_whitespace();
145 <preprocessing>. lex_unknown_character(yytext[0]);
146 <preprocessing>\n {