Searched refs:gotof (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c182 * tmpstat, foll, positions, gotof, nexts,
220 * gotof, atable, ccpackflg, sfall
291 gotof = (int *)myalloc(nstates, sizeof (*gotof));
310 gotof == 0 || nexts == 0 || nchar == 0 ||
356 free(gotof);
H A Donce.h132 int *gotof; variable
H A Dsub2.c445 gotof[s] = -1;
518 * gotof[st] = index into nchr, nexts for state st
603 p = gotof[i];
652 gotof[st] = nptr;
655 p = gotof[cmin] + 1;
688 nexts[gotof[st]] = cnt = k;
694 gotof[st] = nptr;
705 gotof[st] = -1;
763 p = gotof[i];
932 j = gotof[
[all...]
H A Dldefs.h217 extern int *gotof;

Completed in 64 milliseconds