Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/egrep/
H A Degrep.y92 int *tmpstat; variable
402 if((tmpstat = (int *)realloc(tmpstat, maxlin*sizeof(int))) == (int *)0) in alloctree()
422 for (i=1; i<=line; i++) tmpstat[i] = 0; in cfoll()
439 for (i=3; i<=line; i++) tmpstat[i] = 0; in cgotofn()
441 tmpstat[line] = 1; in cgotofn()
445 for (i=3; i<=line; i++) initstat[i] = tmpstat[i]; in cgotofn()
448 tmpstat[1] = 0; in cgotofn()
460 for (i=3; i<=line; i++) tmpstat[i] = initstat[i]; in nxtst()
477 if (tmpstat[positions[newpos]] != 1) { in nxtst()
478 tmpstat[positions[newpos]] = 1; in nxtst()
[all …]
/titanic_44/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.c61 tmpstat[j] = FALSE; in cfoll()
155 ctemp = tmpstat; in add()
180 if (tmpstat[p] == FALSE) { in follow()
182 tmpstat[p] = TRUE; in follow()
257 if (tmpstat[v] == FALSE) { in first()
259 tmpstat[v] = TRUE; in first()
332 tmpstat[i] = 0; in cgoto()
462 temp = tmpstat; in nextstate()
498 temp = tmpstat; in notin()
1206 if (!tmpstat[*j++]) in padd()
H A Donce.h127 CHR *tmpstat; variable
H A Dldefs.h212 extern CHR *tmpstat;
/titanic_44/usr/src/cmd/ypcmd/
H A Dypxfr.c1439 int tmpstat; local
1444 tmpstat = 0;
1445 cbinfo.data = (char *)&tmpstat;
1451 if (tmpstat == 0) {
1496 int tmpstat; local
1555 tmpstat = 0;
1556 cbinfo.data = (char *)&tmpstat;
1563 if (tmpstat == 0) {
1574 *pushstat = tmpstat;