Searched refs:pelem (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c96 static struct pelem { struct
97 struct pelem *pnext; /* pointer to next path */
143 static void insert (struct pelem *, int, char *);
146 static void delete (struct pelem *, int);
149 static void change (struct pelem *, int, char *);
150 static int locate (struct pelem *, char *);
236 struct pelem *pe, *pathend;
249 pe = xmalloc(sizeof(struct pelem));
250 setzero(pe, sizeof(struct pelem));
288 struct pelem *p
[all...]

Completed in 84 milliseconds