Home
last modified time | relevance | path

Searched refs:tok_nextc (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Parser/
Dtokenizer.c32 static int tok_nextc(struct tok_state *tok);
857 tok_nextc(register struct tok_state *tok) in tok_nextc() function
1232 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 …]
/external/python/cpython3/Parser/
Dtokenizer.c41 static int tok_nextc(struct tok_state *tok);
825 tok_nextc(struct tok_state *tok) in tok_nextc() function
1156 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 …]
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst181 Fix a possible double ``PyMem_FREE()`` due to tokenizer.c's ``tok_nextc()``.
/external/python/cpython2/Misc/
DHISTORY11971 - Return unsigned characters from tok_nextc(), so '\377' isn't
/external/python/cpython3/Misc/
DHISTORY29350 - Return unsigned characters from tok_nextc(), so '\377' isn't