Lines Matching defs:tmpstat
92 int *tmpstat;
402 if((tmpstat = (int *)realloc(tmpstat, maxlin*sizeof(int))) == (int *)0)
422 for (i=1; i<=line; i++) tmpstat[i] = 0;
439 for (i=3; i<=line; i++) tmpstat[i] = 0;
441 tmpstat[line] = 1;
445 for (i=3; i<=line; i++) initstat[i] = tmpstat[i];
448 tmpstat[1] = 0;
460 for (i=3; i<=line; i++) tmpstat[i] = initstat[i];
477 if (tmpstat[positions[newpos]] != 1) {
478 tmpstat[positions[newpos]] = 1;
497 if (tmpstat[line] == 1) out[nstate] = 1;
501 if (tmpstat[line] == 1) out[nstate] = 1;
517 if (tmpstat[v] != 1) {
518 tmpstat[v] = 1;
591 if (tmpstat[positions[pos++]] != 1) goto nxt;
612 if (tmpstat[i] == 1) {
642 case FINAL: if (tmpstat[line] != 1) {
643 tmpstat[line] = 1;
752 if((tmpstat = (int *)malloc(MAXLIN*sizeof(int))) == (int *)0)
979 for (i=3; i<=line; i++) tmpstat[i] = 0;
981 tmpstat[line] = 1;
985 for (i=3; i<=line; i++) initstat[i] = tmpstat[i];
988 tmpstat[1] = 0;