Searched refs:tmpstat (Results 1 – 6 of 6) sorted by relevance
92 int *tmpstat; variable402 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 …]
304 tmpstat = (CHR *)myalloc(tptr+1, sizeof (*tmpstat));309 if (tmpstat == 0 || foll == 0 || positions == 0 ||321 free(tmpstat);
61 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()
127 CHR *tmpstat; variable
212 extern CHR *tmpstat;
1439 int tmpstat; local1444 tmpstat = 0;1445 cbinfo.data = (char *)&tmpstat;1451 if (tmpstat == 0) {1496 int tmpstat; local1555 tmpstat = 0;1556 cbinfo.data = (char *)&tmpstat;1563 if (tmpstat == 0) {1574 *pushstat = tmpstat;