Home
last modified time | relevance | path

Searched refs:tok_nextc (Results 1 – 4 of 4) 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.c47 static int tok_nextc(struct tok_state *tok);
907 tok_nextc(struct tok_state *tok) in tok_nextc() function
1334 c = tok_nextc(tok); in tok_decimal_tail()
1339 c = tok_nextc(tok); in tok_decimal_tail()
1368 c = tok_nextc(tok); in tok_get()
1457 c = tok_nextc(tok); in tok_get()
1466 c = tok_nextc(tok); in tok_get()
1499 c = tok_nextc(tok); in tok_get()
1508 c = tok_nextc(tok); in tok_get()
1534 c = tok_nextc(tok); in tok_get()
[all …]
/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