Searched refs:pLastChar (Results 1 – 4 of 4) sorted by relevance
179 char* pLastChar = &linebuf[sizeof(linebuf)-2]; in _Py_DisplaySourceLine() local181 *pLastChar = '\0'; in _Py_DisplaySourceLine()189 } while (*pLastChar != '\0' && *pLastChar != '\n'); in _Py_DisplaySourceLine()
780 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in PyErr_ProgramText() local782 *pLastChar = '\0'; in PyErr_ProgramText()790 } while (*pLastChar != '\0' && *pLastChar != '\n'); in PyErr_ProgramText()
802 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in PyErr_ProgramText() local804 *pLastChar = '\0'; in PyErr_ProgramText()812 } while (*pLastChar != '\0' && *pLastChar != '\n'); in PyErr_ProgramText()