Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c577 char *pnew; in gmatchx() local
601 pnew = simplify_gmatch_pattern((const unsigned char *)p); in gmatchx()
602 pe = pnew + strlen(pnew); in gmatchx()
605 (const unsigned char *)pnew, (const unsigned char *)pe); in gmatchx()
606 afree(pnew, ATEMP); in gmatchx()