Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c965 Py_ssize_t curstart = tok->start == NULL ? -1 : in tok_nextc() local
980 tok->start = curstart < 0 ? NULL : in tok_nextc()
981 tok->buf + curstart; in tok_nextc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c945 Py_ssize_t curstart = tok->start == NULL ? -1 : in tok_nextc() local
960 tok->start = curstart < 0 ? NULL : in tok_nextc()
961 tok->buf + curstart; in tok_nextc()