Lines Matching refs:duplist
392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
410 duplist[i] = NIL; in ntod()
610 sympartition (dset, dsize, symlist, duplist); in ntod()
616 if (duplist[sym] == NIL) { in ntod()
659 targ = state[duplist[sym]]; in ntod()
679 duplist[sym] = NIL; in ntod()
1004 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) in sympartition() argument
1014 duplist[i] = i - 1; in sympartition()
1018 duplist[1] = NIL; in sympartition()
1034 mkechar (ec, dupfwd, duplist); in sympartition()
1044 duplist, numecs, NUL_ec); in sympartition()