Lines Matching full:prunp
4593 struct pathelement *prunp;4611 for (len = 0, prunp = startp; prunp != NULL; prunp = prunp->next)4612 len += strlen (prunp->pname) + 1;4616 for (prunp = startp; prunp != NULL; prunp = prunp->next)4618 cp = stpcpy (cp, prunp->pname);