Searched refs:duplist (Results 1 – 17 of 17) sorted by relevance
148 for (dlp = duplist; dlp; dlp = dlp->next) { in pass4check()151 dlp->dup = duplist->dup; in pass4check()152 dlp = duplist; in pass4check()153 duplist = duplist->next; in pass4check()
97 struct dups *duplist; variable270 if (duplist) { in checkfilesys()322 if (duplist != NULL) { in checkfilesys()324 for (dp = duplist; dp; dp = dp->next) in checkfilesys()337 duplist = (struct dups *)0; in checkfilesys()
377 duplist = muldup = new; in pass1check()383 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
89 duphead = duplist; in pass1b()
162 extern struct dups *duplist; /* head of dup list */
159 for (dlp = duplist; dlp; dlp = dlp->next) { in pass4check()162 dlp->dup = duplist->dup; in pass4check()163 dlp = duplist; in pass4check()164 duplist = duplist->next; in pass4check()
278 if (duplist != NULL) { in checkfilesys()280 for (dp = duplist; dp; dp = dp->next) in checkfilesys()306 duplist = (struct dups *) 0; in checkfilesys()
38 struct dups *duplist; /* head of dup list */ variable
34 extern struct dups *duplist; /* head of dup list */
401 duplist = muldup = new; in pass1check()407 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
181 for (dlp = duplist; dlp; dlp = dlp->next) { in pass4check()184 dlp->dup = duplist->dup; in pass4check()185 dlp = duplist; in pass4check()186 duplist = duplist->next; in pass4check()
84 struct dups *duplist; variable433 if (duplist) { in checkfilesys()514 if (duplist != NULL) { in checkfilesys()516 for (dp = duplist; dp; dp = dp->next) in checkfilesys()529 duplist = (struct dups *)0; in checkfilesys()
67 duphead = duplist; in pass1b()
561 duplist = muldup = new; in pass1check()567 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
230 extern struct dups *duplist; /* head of dup list */
393 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local411 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() argument1015 duplist[i] = i - 1; in sympartition()1019 duplist[1] = NIL; in sympartition()1035 mkechar (ec, dupfwd, duplist); in sympartition()[all …]
76 struct dups *duplist; variable