Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1209 res = !is_potential_identifier_char(c); in lookahead()
1265 if (is_potential_identifier_char(c)) { in verify_end_of_number()
1597 while (is_potential_identifier_char(c)) { in tok_get()
/dports/lang/python310/Python-3.10.1/Parser/
H A Dtokenizer.c27 #define is_potential_identifier_char(c) (\ macro
1208 res = !is_potential_identifier_char(c); in lookahead()
1264 if (is_potential_identifier_char(c)) { in verify_end_of_number()
1596 while (is_potential_identifier_char(c)) { in tok_get()
/dports/lang/python37/Python-3.7.12/Parser/
H A Dtokenizer.c30 #define is_potential_identifier_char(c) (\ macro
1515 while (is_potential_identifier_char(c)) { in tok_get()
/dports/databases/py-sqlite3/Python-3.8.12/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1375 while (is_potential_identifier_char(c)) { in tok_get()
/dports/databases/py-gdbm/Python-3.8.12/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1375 while (is_potential_identifier_char(c)) { in tok_get()
/dports/lang/python-tools/Python-3.8.12/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1375 while (is_potential_identifier_char(c)) { in tok_get()
/dports/lang/python38/Python-3.8.12/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1375 while (is_potential_identifier_char(c)) { in tok_get()
/dports/lang/python39/Python-3.9.9/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1410 while (is_potential_identifier_char(c)) { in tok_get()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Parser/
H A Dtokenizer.c43 #define is_potential_identifier_char(c) (\ macro
1603 while (is_potential_identifier_char(c)) { in tok_get()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Parser/
H A Dtokenizer.c28 #define is_potential_identifier_char(c) (\ macro
1375 while (is_potential_identifier_char(c)) { in tok_get()