Searched refs:duplist (Results 1 – 7 of 7) sorted by relevance
392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local410 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() argument1014 duplist[i] = i - 1; in sympartition()1018 duplist[1] = NIL; in sympartition()1034 mkechar (ec, dupfwd, duplist); in sympartition()[all …]
447 if (duplist) { in checkfilesys()524 if (duplist != NULL) { in checkfilesys()526 for (dp = duplist; dp; dp = dp->next) in checkfilesys()531 duplist = (struct dups *)0; in checkfilesys()
54 duphead = duplist; in pass1b()
105 struct dups *duplist; variable
682 for (dlp = duplist; dlp; dlp = dlp->next) { in freeblock()685 dlp->dup = duplist->dup; in freeblock()686 dlp = duplist; in freeblock()687 duplist = duplist->next; in freeblock()
586 duplist = muldup = new; in pass1check()592 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
298 extern struct dups *duplist; /* head of dup list */