Home | History | Annotate | Download | only in src

Lines Matching refs:ALLOC_ITEM

34 static ALLOC_ITEM *findptr(ALLOC_ITEM **, char *, Area *);
39 /* area pointer is an ALLOC_ITEM, just the head of the list */
43 static ALLOC_ITEM *
44 findptr(ALLOC_ITEM **lpp, char *ptr, Area *ap)
52 /* get address of ALLOC_ITEM from user item */
87 ALLOC_ITEM *lp = NULL;
91 ALLOC_ITEM *pp;
104 /* this only works because Area is an ALLOC_ITEM */
115 ALLOC_ITEM *lp, *pp;
120 /* now free ALLOC_ITEM */
128 ALLOC_ITEM *lp;
132 /* make next ALLOC_ITEM head of list */