Searched refs:tok_nextc (Results 1 – 3 of 3) sorted by relevance
40 static int tok_nextc(struct tok_state *tok);1026 tok_nextc(struct tok_state *tok) in tok_nextc() function1203 int c = tok_nextc(tok); in lookahead()1244 int c2 = tok_nextc(tok); in verify_end_of_number()1258 tok_nextc(tok); in verify_end_of_number()1332 c = tok_nextc(tok); in tok_decimal_tail()1337 c = tok_nextc(tok); in tok_decimal_tail()1366 c = tok_nextc(tok); in tok_get()1459 c = tok_nextc(tok); in tok_get()1487 c = tok_nextc(tok); in tok_get()[all …]
181 Fix a possible double ``PyMem_FREE()`` due to tokenizer.c's ``tok_nextc()``.
29350 - Return unsigned characters from tok_nextc(), so '\377' isn't