Home
last modified time | relevance | path

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

/openbsd/games/battlestar/
H A Dparse.c43 static void install(struct wlist *);
44 static struct wlist *lookup(const char *);
46 struct wlist *hashtab[HASHSIZE];
51 struct wlist *w; in wordinit()
53 for (w = wlist; w->string; w++) in wordinit()
70 static struct wlist *
73 struct wlist *wp; in lookup()
82 install(struct wlist *wp) in install()
97 struct wlist *wp; in parse()
H A Dextern.h302 struct wlist { struct
305 struct wlist *next; argument
307 extern struct wlist wlist[];
H A Dwords.c36 struct wlist wlist[] = { variable
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py138 wlist = []
143 rlist, wlist, xlist = select_ignore_interrupts(
144 rlist, wlist, xlist, timeout
/openbsd/usr.bin/rcs/
H A Drlog.c56 static char *wlist = NULL; variable
138 wlist = rcs_optarg; in rlog_main()
488 if (wlist != NULL) { in rlog_rev_print()
489 wargv = rcs_strsplit(wlist, ","); in rlog_rev_print()
/openbsd/usr.bin/cvs/
H A Dgetlog.c50 char *wlist = NULL; variable
111 wlist = optarg; in cvs_getlog()
167 cvs_client_send_request("Argument -w%s", wlist); in cvs_getlog()
338 wargv = cvs_strsplit(wlist, ","); in log_rev_print()
/openbsd/usr.bin/spell/
H A Dspellprog.c209 struct wlist { struct
281 if ((wlists = calloc(sizeof(struct wlist), (argc + 1))) == NULL) in main()
/openbsd/usr.sbin/unbound/doc/
H A DChangelog2484 - Fix to ifdef fptr wlist item for dnstap.
7758 - fix --enable-allsymbols, fptr wlist is disabled on windows with this
9202 - fptr wlist checks for mesh callbacks.