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

/freebsd-10.3-release/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.c453 if (duplist) {
523 if (duplist != NULL) {
525 for (dp = duplist; dp; dp = dp->next)
530 duplist = (struct dups *)0;
H A Dpass1.c504 duplist = muldup = new;
510 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
H A Dfsck.h249 * list (from duplist through the node pointed to by muldup)
254 * necessary to search from duplist through muldup. To find the
264 * duplist muldup
270 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups
/freebsd-10.3-release/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 95 milliseconds