Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c32 static int tok_nextc(struct tok_state *tok);
853 tok_nextc(register struct tok_state *tok) in tok_nextc() function
1226 c = tok_nextc(tok); in tok_get()
1314 c = tok_nextc(tok); in tok_get()
1333 *tp++ = c = tok_nextc(tok); in tok_get()
1353 c = tok_nextc(tok); in tok_get()
1367 c = tok_nextc(tok); in tok_get()
1369 c = tok_nextc(tok); in tok_get()
1375 c = tok_nextc(tok); in tok_get()
1381 c = tok_nextc(tok); in tok_get()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c32 static int tok_nextc(struct tok_state *tok);
833 tok_nextc(register struct tok_state *tok) in tok_nextc() function
1206 c = tok_nextc(tok); in tok_get()
1294 c = tok_nextc(tok); in tok_get()
1313 *tp++ = c = tok_nextc(tok); in tok_get()
1333 c = tok_nextc(tok); in tok_get()
1347 c = tok_nextc(tok); in tok_get()
1349 c = tok_nextc(tok); in tok_get()
1355 c = tok_nextc(tok); in tok_get()
1361 c = tok_nextc(tok); in tok_get()
[all …]