Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy1.c81 static int *tmp_lset; variable
171 tmp_lset = (int *) in mktbls()
173 if (tmp_lset == NULL) in mktbls()
187 lkst[i].lset = tmp_lset + TBITSET * i; in mktbls()
188 tmp_lset = NULL; in mktbls()
193 tmp_lset = (int *) in mktbls()
195 if (tmp_lset == NULL) in mktbls()
200 wsets[i].ws.lset = tmp_lset + TBITSET * i; in mktbls()
201 tmp_lset = NULL; in mktbls()
1185 tmp_lset = (int *) in exp_lkst()
[all …]