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

  /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 */
pickmove.c 65 static int elistcnt; /* count of struct elist allocated */
255 struct elist *nep;
365 for (struct elist *ep = sp->s_empty; ep != NULL; ep = nep) {
380 for (struct elist *ep = sp->s_nempty; ep != NULL; ep = nep) {
568 struct elist *nep;
579 for (struct elist *ep = sp->s_empty; ep != NULL; ep = nep) {
679 for (struct elist *ep = osp->s_empty; ep != NULL; ep = ep->e_next) {
702 for (struct elist *nep = sp->s_empty;
800 static struct elist einfo[MAXDEPTH];
801 static struct combostr *ecombo[MAXDEPTH]; /* separate from elist to save space *
    [all...]
main.c 482 struct elist *ep;
  /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;

Completed in 95 milliseconds