Searched refs:pCommentEnd (Results 1 – 1 of 1) sorted by relevance
2313 char *pCommentBegin, *pCommentEnd, *pLineEnd; in parse_pserror() local2333 pCommentEnd = strstr(gErrorBuffer, "]%%"); in parse_pserror()2334 if (pCommentBegin != gErrorBuffer && pCommentEnd != NULL) in parse_pserror()2336 pCommentEnd += 3; /* Skip past "]%%" */ in parse_pserror()2337 *pCommentEnd = '\0'; /* There's always room for the nul */ in parse_pserror()