Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dy1.c65 static ITEM *psmem, *zzmemsz; variable
151 psmem = (ITEM *) malloc(sizeof (ITEM) * new_pstsize); in mktbls()
152 if ((psmem == NULL) || (amem == NULL)) in mktbls()
164 zzmemsz = psmem; in mktbls()
845 if (zzmemsz >= &psmem[new_pstsize])
957 pstate[0] = pstate[1] = psmem; in stagen()
1216 if (psmem[i].look) in exp_lkst()
1217 psmem[i].look = psmem[i].look - lookbase + lkst; in exp_lkst()
1292 psmem = (ITEM *) realloc((char *)psmem, sizeof (ITEM) * new_pstsize); in exp_psmem()
1293 if (psmem == NULL) in exp_psmem()
[all …]