Lines Matching defs:plist
1606 char *plist;1626 plist = *cdpathp;1627 if (!plist)1632 for (pend = plist; *pend && *pend != ':'; pend++)1634 plen = pend - plist;1638 if ((!use_cdpath || !plen || plist[0] != '/') &&1650 memcpy(xp, plist, plen);1652 if (plist[plen - 1] != '/')