Home
last modified time | relevance | path

Searched refs:wlist (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/battlestar/
H A Dparse.c40 static void install(struct wlist *);
41 static struct wlist *lookup(const char *);
43 static struct wlist *hashtab[HASHSIZE];
48 struct wlist *w; in wordinit()
50 for (w = wlist; w->string; w++) in wordinit()
67 static struct wlist *
70 struct wlist *wp; in lookup()
79 install(struct wlist *wp) in install()
94 struct wlist *wp; in parse()
H A Dextern.h316 struct wlist { struct
319 struct wlist *next; argument
321 extern struct wlist wlist[];
H A Dwords.c35 struct wlist wlist[] = { variable
/dragonfly/usr.bin/man/
H A Dman.sh819 local IFS bad cmd f good key keywords loc opt out path rval wlist
845 wlist="$wlist $path/$f"
851 wlist="$wlist $path/$loc/$f"
857 if [ -z "$wlist" ]; then
864 out=$(grep -Ehi $opt -- "$key" $wlist)
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_vfsops.c793 struct hammer2_pfslist *wlist; in hammer2_pfsfree_scan() local
796 wlist = &hammer2_pfslist; in hammer2_pfsfree_scan()
798 wlist = &hammer2_spmplist; in hammer2_pfsfree_scan()
800 TAILQ_FOREACH(pmp, wlist, mntentry) { in hammer2_pfsfree_scan()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vfsops.c740 struct hammer2_pfslist *wlist; in hammer2_pfsfree_scan() local
743 wlist = &hammer2_pfslist; in hammer2_pfsfree_scan()
745 wlist = &hammer2_spmplist; in hammer2_pfsfree_scan()
747 TAILQ_FOREACH(pmp, wlist, mntentry) { in hammer2_pfsfree_scan()