Lines Matching refs:duplist
393 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
411 duplist[i] = NIL; in ntod()
611 sympartition (dset, dsize, symlist, duplist); in ntod()
617 if (duplist[sym] == NIL) { in ntod()
660 targ = state[duplist[sym]]; in ntod()
680 duplist[sym] = NIL; in ntod()
1005 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) in sympartition() argument
1015 duplist[i] = i - 1; in sympartition()
1019 duplist[1] = NIL; in sympartition()
1035 mkechar (ec, dupfwd, duplist); in sympartition()
1045 duplist, numecs, NUL_ec); in sympartition()