Searched refs:wlist (Results 1 – 8 of 8) sorted by relevance
/openbsd/games/battlestar/ |
H A D | parse.c | 43 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 D | extern.h | 302 struct wlist { struct 305 struct wlist *next; argument 307 extern struct wlist wlist[];
|
H A D | words.c | 36 struct wlist wlist[] = { variable
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | fdpexpect.py | 138 wlist = [] 143 rlist, wlist, xlist = select_ignore_interrupts( 144 rlist, wlist, xlist, timeout
|
/openbsd/usr.bin/rcs/ |
H A D | rlog.c | 56 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 D | getlog.c | 50 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 D | spellprog.c | 209 struct wlist { struct 281 if ((wlists = calloc(sizeof(struct wlist), (argc + 1))) == NULL) in main()
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 2484 - 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.
|