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

/external/mksh/src/
H A Dlalloc.c34 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 *l
[all...]
H A Dsh.h541 #define ALLOC_ITEM struct lalloc macro
542 #define ALLOC_SIZE (sizeof(ALLOC_ITEM))
568 ALLOC_ITEM alloc_INT; /* internal, do not touch */
H A Dmain.c108 ALLOC_ITEM alloc_INT;
839 * struct env includes ALLOC_ITEM for alignment constraints
845 /* initialise public members of struct env (not the ALLOC_ITEM) */
915 /* free the struct env - tricky due to the ALLOC_ITEM inside */

Completed in 69 milliseconds