Lines Matching defs:tpos
249 char *tpos = (char*)internal_strchr(templ, '*');251 if ((!tpos) || (tpos1 && tpos1 < tpos))252 tpos = tpos1;253 if (tpos)254 tpos[0] = 0;258 templ = tpos;259 if (tpos)260 tpos[0] = tpos == tpos1 ? '$' : '*';