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

/freebsd-11-stable/contrib/tcsh/
H A Dma.setp.c95 static struct pelem { struct
96 struct pelem *pnext; /* pointer to next path */
142 static void insert (struct pelem *, int, char *);
145 static void delete (struct pelem *, int);
148 static void change (struct pelem *, int, char *);
149 static int locate (struct pelem *, char *);
235 struct pelem *pe, *pathend;
248 pe = xmalloc(sizeof(struct pelem));
249 setzero(pe, sizeof(struct pelem));
287 struct pelem *p
[all...]

Completed in 108 milliseconds