Home
last modified time | relevance | path

Searched refs:amem (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c166 amem[i] = 0; in callopt()
167 maxa = amem; in callopt()
211 p = amem; in gin()
290 if (s < amem) in stin()
334 while ((s = *r + n + amem) >= &amem[new_actsize]) { in stin()
426 arout(L"yyact", amem, (maxa - amem) + 1); in aoutput()
481 actbase = amem; in exp_act()
482 amem = (int *) realloc((char *)amem, sizeof (int) * new_actsize); in exp_act()
483 if (amem == NULL) in exp_act()
495 amem[i] = 0; in exp_act()
[all …]
H A Dy3.c69 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
147 rr = amem; in apack()
149 while (rr >= &amem[new_actsize-1]) in apack()
155 while (qq >= &amem[new_actsize-1]) { in apack()
168 "off = %d, k = %" PRIdPTR "\n", off, rr-amem); in apack()
174 while (qq >= &amem[new_actsize-1]) { in apack()
184 for (pp = amem; pp <= memp; pp += 10) { in apack()
296 tystate[i] = amem[indgo[i] + c]; in go2gen()
H A Dy1.c87 int *amem, *memp; /* next free action table position */ variable
148 amem = (int *) malloc(sizeof (int) * new_actsize); in mktbls()
150 if ((psmem == NULL) || (amem == NULL)) in mktbls()
163 memp = amem; in mktbls()
446 memp-amem, new_actsize); in summary()
955 aryfil(amem, new_actsize, 0); in stagen()
H A Ddextern.h252 extern int *amem;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1136 type_equals_cb(const char *name, mdb_ctf_id_t amem, ulong_t aoff, void *data) in type_equals_cb() argument
1154 return (type_equals(amem, bmem) ? 0 : 1); in type_equals_cb()