Searched refs:tpat1 (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Deval.c412 char *tpat0, *tpat1, *tpat2; local
460 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC);
461 tpat2 = tpat1;
464 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0);
468 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC);
469 tpat2 = tpat1 + 2;
475 if (!gmatchx(sbeg, tpat1, false))
508 afree(tpat1, ATEMP);

Completed in 18 milliseconds