wlist
struct wlist *next;
extern struct wlist wlist[];
struct wlist *wp;
static void install(struct wlist *);
static struct wlist *lookup(const char *);
static struct wlist *hashtab[HASHSIZE];
struct wlist *w;
for (w = wlist; w->string; w++)
static struct wlist *
struct wlist *wp;
install(struct wlist *wp)
struct wlist wlist[] = {
struct aiocb *wlist[WWTR_REQS];
wlist[i] = &wcbs[i];
rv = lio_listio(LIO_WAIT, wlist, (int)WWTR_REQS, NULL);
const struct aiocb *wlist[1], *rlist[1];
wlist[0] = &wcb;
wait_all(wlist, 1);
if ((wlists = malloc(sizeof(struct wlist) * (argc + 1))) == NULL)