Searched refs:tpat1 (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | eval.c | 483 char fpat = 0, *tpat1, *tpat2; in expand() local 528 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand() 529 tpat2 = tpat1; in expand() 532 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand() 536 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand() 537 tpat2 = tpat1 + 2; in expand() 544 if (!gmatchx(sbeg, tpat1, false)) in expand() 578 afree(tpat1, ATEMP); in expand()
|