Searched refs:duplist (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass4.c137 for (dlp = duplist; dlp; dlp = dlp->next) {
140 dlp->dup = duplist->dup;
141 dlp = duplist;
142 duplist = duplist->next;
H A Dpass1b.c61 duphead = duplist;
H A Dmain.c465 if (duplist) {
535 if (duplist != NULL) {
537 for (dp = duplist; dp; dp = dp->next)
542 duplist = (struct dups *)0;
H A Dglobs.c117 struct dups *duplist; variable in typeref:struct:dups
H A Dpass1.c548 duplist = muldup = new;
554 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
H A Dfsck.h251 * list (from duplist through the node pointed to by muldup)
256 * necessary to search from duplist through muldup. To find the
266 * duplist muldup
272 extern struct dups *duplist; /* head of dup list */
/freebsd-11-stable/contrib/flex/
H A Ddfa.c402 int duplist[CSIZE + 1], state[CSIZE + 1]; local
420 duplist[i] = NIL;
627 sympartition (dset, dsize, symlist, duplist);
633 if (duplist[sym] == NIL) {
673 * transitions as duplist(sym)'s
676 targ = state[duplist[sym]];
696 duplist[sym] = NIL;
1020 * int symlist[numecs], int duplist[numecs] );
1023 void sympartition (ds, numstates, symlist, duplist)
1025 int symlist[], duplist[];
[all...]

Completed in 125 milliseconds