Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c304 tmpstat = (CHR *)myalloc(tptr+1, sizeof (*tmpstat));
309 if (tmpstat == 0 || foll == 0 || positions == 0 ||
321 free(tmpstat);
H A Dsub2.c59 tmpstat[j] = FALSE; in cfoll()
153 ctemp = tmpstat; in add()
178 if (tmpstat[p] == FALSE) { in follow()
180 tmpstat[p] = TRUE; in follow()
255 if (tmpstat[v] == FALSE) { in first()
257 tmpstat[v] = TRUE; in first()
330 tmpstat[i] = 0; in cgoto()
460 temp = tmpstat; in nextstate()
498 temp = tmpstat; in notin()
1206 if (!tmpstat[*j++]) in padd()
H A Donce.h125 CHR *tmpstat; variable
H A Dldefs.h210 extern CHR *tmpstat;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1442 int tmpstat; local
1447 tmpstat = 0;
1448 cbinfo.data = (char *)&tmpstat;
1454 if (tmpstat == 0) {
1499 int tmpstat; local
1558 tmpstat = 0;
1559 cbinfo.data = (char *)&tmpstat;
1566 if (tmpstat == 0) {
1577 *pushstat = tmpstat;