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

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dpass4.c148 for (dlp = duplist; dlp; dlp = dlp->next) {
151 dlp->dup = duplist->dup;
152 dlp = duplist;
153 duplist = duplist->next;
H A Dmain.c234 if (duplist) {
286 if (duplist != NULL) {
288 for (dp = duplist; dp; dp = dp->next)
301 duplist = (struct dups *)0;
H A Dpass1b.c89 duphead = duplist;
H A Dfsck.h141 * list (from duplist through the node pointed to by muldup)
146 * necessary to search from duplist through muldup. To find the
156 * duplist muldup
162 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups
H A Dpass1.c376 duplist = muldup = new;
382 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck_vars.h34 extern struct dups *duplist; /* head of dup list */
H A Dpass4.c161 for (dlp = duplist; dlp; dlp = dlp->next) {
164 dlp->dup = duplist->dup;
165 dlp = duplist;
166 duplist = duplist->next;
H A Dvars.c40 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups
H A Dmain.c251 if (duplist != NULL) {
253 for (dp = duplist; dp; dp = dp->next)
279 duplist = (struct dups *) 0;
H A Dpass1.c374 duplist = muldup = new;
380 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dpass4.c179 for (dlp = duplist; dlp; dlp = dlp->next) {
182 dlp->dup = duplist->dup;
183 dlp = duplist;
184 duplist = duplist->next;
H A Dmain.c343 if (duplist) {
424 if (duplist != NULL) {
426 for (dp = duplist; dp; dp = dp->next)
439 duplist = (struct dups *)0;
H A Dpass1b.c67 duphead = duplist;
H A Dfsck.h205 * list (from duplist through the node pointed to by muldup)
210 * necessary to search from duplist through muldup. To find the
220 * duplist muldup
226 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups
H A Dpass1.c547 duplist = muldup = new;
553 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Ddfa.c404 int duplist[CSIZE + 1], state[CSIZE + 1]; local
422 duplist[i] = NIL;
629 sympartition (dset, dsize, symlist, duplist);
635 if (duplist[sym] == NIL) {
675 * transitions as duplist(sym)'s
678 targ = state[duplist[sym]];
698 duplist[sym] = NIL;
1025 * int symlist[numecs], int duplist[numecs] );
1028 void sympartition (ds, numstates, symlist, duplist)
1030 int symlist[], duplist[];
[all...]

Completed in 288 milliseconds