Searched refs:tystate (Results 1 – 4 of 4) sorted by relevance
53 nolook = !(tystate[i] == MUSTLOOKAHEAD); in output()212 if (tystate[j] == 0) in go2out()214 if (tystate[j] == best) in go2out()218 cbest = tystate[j]; in go2out()220 if (tystate[k] == cbest) in go2out()231 if (tystate[j] != 0 && tystate[j] != best) { in go2out()232 (void) fprintf(ftemp, "%d,%d,", j, tystate[j]); in go2out()290 aryfil(tystate, nstate, 0); in go2gen()296 tystate[i] = amem[indgo[i] + c]; in go2gen()440 if (tystate[i] == MUSTLOOKAHEAD) { in wrstate()
77 int *tystate; /* contains type info about the states */ variable211 tystate = (int *)malloc(sizeof (int)*nstatesz); in mktbls()219 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) || in mktbls()788 tystate[i] = MUSTDO; in state()815 tystate[nstate] = MUSTDO; in state()951 tystate[0] = MUSTDO; in stagen()961 if (tystate[i] != MUSTDO) in stagen()963 tystate[i] = DONE; in stagen()974 tystate[i] = MUSTLOOKAHEAD; in stagen()1258 tystate = (int *)realloc((char *)tystate, sizeof (int)*nstatesz); in exp_states()[all …]
143 tystate[i] = (temp1[i+1] - temp1[i]) + 2*j; in callopt()170 if (tystate[i] == 0 && adb > 1) in callopt()276 tystate[i] = 0; in stin()382 if (tystate[i] >= max) { in nxti()383 max = tystate[i]; in nxti()
228 extern int *tystate; /* contains type information about the states */