HomeSort by: relevance | last modified time | path
    Searched defs:wlist (Results 1 - 3 of 3) 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/usr.bin/spell/spellprog/
spellprog.c 279 static struct wlist { struct
353 if ((wlists = malloc(sizeof(struct wlist) * (argc + 1))) == NULL)

Completed in 40 milliseconds