Searched refs:tok_nextc (Results 1 – 5 of 5) sorted by relevance
32 static int tok_nextc(struct tok_state *tok);857 tok_nextc(register struct tok_state *tok) in tok_nextc() function1232 c = tok_nextc(tok); in tok_get()1320 c = tok_nextc(tok); in tok_get()1339 *tp++ = c = tok_nextc(tok); in tok_get()1359 c = tok_nextc(tok); in tok_get()1373 c = tok_nextc(tok); in tok_get()1375 c = tok_nextc(tok); in tok_get()1381 c = tok_nextc(tok); in tok_get()1387 c = tok_nextc(tok); in tok_get()[all …]
41 static int tok_nextc(struct tok_state *tok);825 tok_nextc(struct tok_state *tok) in tok_nextc() function1156 c = tok_nextc(tok); in tok_decimal_tail()1161 c = tok_nextc(tok); in tok_decimal_tail()1190 c = tok_nextc(tok); in tok_get()1283 c = tok_nextc(tok); in tok_get()1311 c = tok_nextc(tok); in tok_get()1322 c = tok_nextc(tok); in tok_get()1363 tok_nextc(tok); in tok_get()1405 c = tok_nextc(tok); in tok_get()[all …]
181 Fix a possible double ``PyMem_FREE()`` due to tokenizer.c's ``tok_nextc()``.
11971 - Return unsigned characters from tok_nextc(), so '\377' isn't
29350 - Return unsigned characters from tok_nextc(), so '\377' isn't