Lines Matching defs:pmntent
39 static struct pmntent {
41 struct pmntent *pm_next;
49 static struct pmntent *addmtab(char *, struct pmntent *);
52 static struct pmntent *addmtab();
93 static struct pmntent *
96 struct pmntent *pm;
115 return ((struct pmntent *)0);
128 if (mnttable == (struct pmntent *)0)
133 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
136 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));
140 pm->pm_next = (struct pmntent *)0;
182 struct pmntent *pm = (struct pmntent *)0;
184 if (mnttable != (struct pmntent *)0)
196 static struct pmntent *
199 struct pmntent *pm;
208 return ((struct pmntent *)0);
216 if (mnttable == (struct pmntent *)0)
221 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
224 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));
228 pm->pm_next = (struct pmntent *)0;
252 struct pmntent *pm;
314 static struct pmntent *current;
335 struct pmntent *pm;