Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1245 res = !is_potential_identifier_char(c); in lookahead()
1306 if (is_potential_identifier_char(c)) { in verify_end_of_number()
1668 while (is_potential_identifier_char(c)) { in tok_get()

Completed in 3 milliseconds