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.h707 #define ALLOC_ITEM struct lalloc macro
708 #define ALLOC_SIZE (sizeof(ALLOC_ITEM))
752 ALLOC_ITEM alloc_INT; /* internal, do not touch */
H A Dmain.c104 ALLOC_ITEM alloc_INT;
926 * struct env includes ALLOC_ITEM for alignment constraints
932 /* initialise public members of struct env (not the ALLOC_ITEM) */
1025 /* free the struct env - tricky due to the ALLOC_ITEM inside */

Completed in 84 milliseconds