Searched refs:is_potential_identifier_char (Results 1 – 1 of 1) sorted by relevance
27 #define is_potential_identifier_char(c) (\ macro1205 res = !is_potential_identifier_char(c); in lookahead()1261 if (is_potential_identifier_char(c)) { in verify_end_of_number()1593 while (is_potential_identifier_char(c)) { in tok_get()