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

  /src/usr.bin/rpcgen/
rpc_parse.c 254 enumval_list *elist; local in function:def_enum
264 elist = ALLOC(enumval_list);
265 elist->name = tok.str;
266 elist->assignment = NULL;
270 elist->assignment = tok.str;
273 *tailp = elist;
274 tailp = &elist->next;
  /src/games/gomoku/
gomoku.h 188 struct elist { struct
189 struct elist *e_next; /* list of completion points */
222 struct elist *s_empty; /* level n combo completion spots */
223 struct elist *s_nempty; /* level n+1 combo completion spots */

Completed in 11 milliseconds