Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Ddfa.c392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
410 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() argument
1014 duplist[i] = i - 1; in sympartition()
1018 duplist[1] = NIL; in sympartition()
1034 mkechar (ec, dupfwd, duplist); in sympartition()
[all …]
/freebsd/sbin/fsck_ffs/
H A Dmain.c447 if (duplist) { in checkfilesys()
524 if (duplist != NULL) { in checkfilesys()
526 for (dp = duplist; dp; dp = dp->next) in checkfilesys()
531 duplist = (struct dups *)0; in checkfilesys()
H A Dpass1b.c54 duphead = duplist; in pass1b()
H A Dglobs.c105 struct dups *duplist; variable
H A Dinode.c682 for (dlp = duplist; dlp; dlp = dlp->next) { in freeblock()
685 dlp->dup = duplist->dup; in freeblock()
686 dlp = duplist; in freeblock()
687 duplist = duplist->next; in freeblock()
H A Dpass1.c586 duplist = muldup = new; in pass1check()
592 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
H A Dfsck.h298 extern struct dups *duplist; /* head of dup list */