Searched refs:amem (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y4.c | 168 amem[i] = 0; in callopt() 169 maxa = amem; in callopt() 185 for (p = amem; p <= maxa; p += 10) { in callopt() 186 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem); in callopt() 213 p = amem; in gin() 215 while (p >= &amem[new_actsize]) in gin() 226 while (s >= &amem[new_actsize]) { in gin() 233 while ((maxa = s) >= &amem[new_actsize]) in gin() 241 while ((maxa = p) >= &amem[new_actsize]) in gin() 252 while (s >= &amem[new_actsize]) { in gin() [all …]
|
H A D | y3.c | 71 temp1[c + ntokens] = amem[indgo[i] + c]; in output() 151 rr = amem; 153 while (rr >= &amem[new_actsize-1]) 159 while (qq >= &amem[new_actsize-1]) { 172 "off = %d, k = %" PRIdPTR "\n", off, rr-amem); 178 while (qq >= &amem[new_actsize-1]) { 188 for (pp = amem; pp <= memp; pp += 10) { 299 tystate[i] = amem[indgo[i] + c]; in go2gen()
|
H A D | y1.c | 89 int *amem, *memp; /* next free action table position */ variable 150 amem = (int *) malloc(sizeof (int) * new_actsize); in mktbls() 152 if ((psmem == NULL) || (amem == NULL)) in mktbls() 165 memp = amem; in mktbls() 448 memp-amem, new_actsize); in summary() 964 aryfil(amem, new_actsize, 0); in stagen()
|
H A D | dextern.h | 254 extern int *amem;
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1116 type_equals_cb(const char *name, mdb_ctf_id_t amem, ulong_t aoff, void *data) in type_equals_cb() argument 1134 return (type_equals(amem, bmem) ? 0 : 1); in type_equals_cb()
|