Home
last modified time | relevance | path

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

/third_party/python/Python/
Derrors.c1736 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in err_programtext() local
1738 *pLastChar = '\0'; in err_programtext()
1748 } while (*pLastChar != '\0' && *pLastChar != '\n'); in err_programtext()