Lines Matching refs:pnext
96 struct pelem *pnext; /* pointer to next path */ member
253 pathend->pnext = pe; in initpaths()
289 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) { in savepaths()
333 pathhead = pe->pnext; in freepaths()
351 for (pe = pathhead; pe; pe = pe->pnext) { in tcsh_rcmd()
394 for (pe = pathhead; pe; pe = pe->pnext) { in icmd()
416 for (pe = pathhead; pe; pe = pe->pnext) { in iacmd()
432 for (pe = pathhead; pe; pe = pe->pnext) { in ibcmd()
447 for (pe = pathhead; pe; pe = pe->pnext) in incmd()
483 for (pe = pathhead; pe; pe = pe->pnext) { in dcmd()
498 for (pe = pathhead; pe; pe = pe->pnext) { in dncmd()
529 for (pe = pathhead; pe; pe = pe->pnext) { in ccmd()
544 for (pe = pathhead; pe; pe = pe->pnext) { in cncmd()