Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dtokenizer.c42 static void tok_backup(struct tok_state *tok, int c);
1099 tok_backup(struct tok_state *tok, int c) in tok_backup() function
1106 Py_FatalError("tok_backup: wrong character"); in tok_backup()
1252 tok_backup(tok, c); in lookahead()
1254 tok_backup(tok, *--s); in lookahead()
1288 tok_backup(tok, c2); in verify_end_of_number()
1297 tok_backup(tok, c); in verify_end_of_number()
1307 tok_backup(tok, c); in verify_end_of_number()
1384 tok_backup(tok, c); in tok_decimal_tail()
1407 tok_backup(to in tok_continuation_line()
[all...]

Completed in 3 milliseconds