Home
last modified time | relevance | path

Searched refs:is_potential_identifier_char (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Parser/
Dtokenizer.c27 #define is_potential_identifier_char(c) (\ macro
1205 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()