Searched refs:duplist (Results 1 – 6 of 6) sorted by relevance
43 struct dups *duplist; /* head of dup list */ variable128 for (dlp = duplist; dlp; dlp = dlp->next) { in pass4check()131 dlp->dup = duplist->dup; in pass4check()132 dlp = duplist; in pass4check()133 duplist = duplist->next; in pass4check()
245 if (duplist) { in checkfilesys()299 if (duplist != NULL) { in checkfilesys()301 for (dp = duplist; dp; dp = dp->next) in checkfilesys()313 duplist = NULL; in checkfilesys()
56 duphead = duplist; in pass1b()
402 duplist = muldup = new; in pass1check()408 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
157 extern struct dups *duplist; /* head of dup list */
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 …]