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
639
#define
ALLOC_ITEM
struct lalloc
640
#define ALLOC_SIZE (sizeof(
ALLOC_ITEM
))
684
ALLOC_ITEM
alloc_INT; /* internal, do not touch */
[
all
...]
main.c
111
ALLOC_ITEM
alloc_INT;
931
* struct env includes
ALLOC_ITEM
for alignment constraints
937
/* initialise public members of struct env (not the
ALLOC_ITEM
) */
1026
/* free the struct env - tricky due to the
ALLOC_ITEM
inside */
[
all
...]
Completed in 28 milliseconds