Searched defs:amem (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c89 int *amem, *memp; /* next free action table position */ variable
150 amem = (int *) malloc(sizeof (int) * new_actsize);
152 if ((psmem == NULL) || (amem == NULL))
165 memp = amem;
448 memp-amem, new_actsize);
964 aryfil(amem, new_actsize, 0);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1134 type_equals_cb(const char *name, mdb_ctf_id_t amem, ulong_t aoff, void *data) argument
1152 return (type_equals(amem, bmem) ? 0 : 1);

Completed in 50 milliseconds