Searched refs:tystate (Results 1 – 4 of 4) sorted by relevance
55 nolook = !(tystate[i] == MUSTLOOKAHEAD); in output()216 if (tystate[j] == 0) in go2out()218 if (tystate[j] == best) in go2out()222 cbest = tystate[j]; in go2out()224 if (tystate[k] == cbest) in go2out()235 if (tystate[j] != 0 && tystate[j] != best) { in go2out()236 (void) fprintf(ftemp, "%d,%d,", j, tystate[j]); in go2out()293 aryfil(tystate, nstate, 0); in go2gen()299 tystate[i] = amem[indgo[i] + c]; in go2gen()443 if (tystate[i] == MUSTLOOKAHEAD) { in wrstate()
79 int *tystate; /* contains type info about the states */ variable212 tystate = (int *)malloc(sizeof (int)*nstatesz); in mktbls()220 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) || in mktbls()795 tystate[i] = MUSTDO; in state()822 tystate[nstate] = MUSTDO; in state()960 tystate[0] = MUSTDO; in stagen()970 if (tystate[i] != MUSTDO) in stagen()972 tystate[i] = DONE; in stagen()983 tystate[i] = MUSTLOOKAHEAD; in stagen()1269 tystate = (int *)realloc((char *)tystate, sizeof (int)*nstatesz); in exp_states()[all …]
145 tystate[i] = (temp1[i+1] - temp1[i]) + 2*j; in callopt()172 if (tystate[i] == 0 && adb > 1) in callopt()278 tystate[i] = 0; in stin()384 if (tystate[i] >= max) { in nxti()385 max = tystate[i]; in nxti()
230 extern int *tystate; /* contains type information about the states */