OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOC_ITEM
(Results
1 - 3
of
3
) 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 */
87
ALLOC_ITEM
*lp = NULL;
91
ALLOC_ITEM
*pp;
104
/* this only works because Area is an
ALLOC_ITEM
*/
115
ALLOC_ITEM
*lp, *pp
[
all
...]
sh.h
541
#define
ALLOC_ITEM
struct lalloc
542
#define ALLOC_SIZE (sizeof(
ALLOC_ITEM
))
568
ALLOC_ITEM
alloc_INT; /* internal, do not touch */
[
all
...]
main.c
108
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 */
[
all
...]
Completed in 601 milliseconds