HomeSort by: relevance | last modified time | path
    Searched defs:wlist (Results 1 - 5 of 5) sorted by relevancy

  /src/games/battlestar/
words.c 43 struct wlist wlist[] = { variable in typeref:struct:wlist[]
extern.h 316 struct wlist { struct
319 struct wlist *next;
321 extern struct wlist wlist[];
  /src/tests/lib/libc/sys/
t_aio_rw.c 115 const struct aiocb *wlist[1], *rlist[1]; local in function:ATF_TC_BODY
133 wlist[0] = &wcb;
134 wait_all(wlist, 1);
t_aio_lio.c 172 struct aiocb *wlist[WWTR_REQS]; local in function:ATF_TC_BODY
197 wlist[i] = &wcbs[i];
201 rv = lio_listio(LIO_WAIT, wlist, (int)WWTR_REQS, NULL);
  /src/usr.bin/spell/spellprog/
spellprog.c 279 static struct wlist { struct
353 if ((wlists = malloc(sizeof(struct wlist) * (argc + 1))) == NULL)

Completed in 119 milliseconds