HomeSort by relevance Sort by last modified time
    Searched refs:ALLOC_ITEM (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
lalloc.c 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 */
72 ALLOC_ITEM *lp = NULL;
76 ALLOC_ITEM *pp;
90 /* this only works because Area is an ALLOC_ITEM */
101 ALLOC_ITEM *lp, *pp
    [all...]
sh.h 503 #define ALLOC_ITEM struct lalloc
504 #define ALLOC_SIZE (sizeof(ALLOC_ITEM))
530 ALLOC_ITEM __alloc_i; /* internal, do not touch */
    [all...]

Completed in 32 milliseconds