Home | History | Annotate | Download | only in gomoku

Lines Matching refs:elist

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 */
811 struct elist *ep, *nep;
925 nep = (struct elist *)malloc(sizeof(struct elist));
1352 struct elist *ep, *nep;