Searched refs:tok_backup (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Parser/ |
D | tokenizer.c | 41 static void tok_backup(struct tok_state *tok, int c); 1063 tok_backup(struct tok_state *tok, int c) in tok_backup() function 1212 tok_backup(tok, c); in lookahead() 1214 tok_backup(tok, *--s); in lookahead() 1248 tok_backup(tok, c2); in verify_end_of_number() 1254 tok_backup(tok, c); in verify_end_of_number() 1262 tok_backup(tok, c); in verify_end_of_number() 1339 tok_backup(tok, c); in tok_decimal_tail() 1381 tok_backup(tok, c); in tok_get() 1460 tok_backup(tok, c); in tok_get() [all …]
|