Lines Matching defs:tpos
402 char *tpos = (char*)internal_strchr(templ, '*');404 if ((!tpos) || (tpos1 && tpos1 < tpos))405 tpos = tpos1;406 if (tpos)407 tpos[0] = 0;411 templ = tpos;412 if (tpos)413 tpos[0] = tpos == tpos1 ? '$' : '*';