Searched refs:ncbp (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/gomoku/
H A Dpickmove.c366 struct combostr *ncbp; local
371 ncbp = cbp->c_next;
374 } while ((cbp = ncbp) != ecbp);
405 struct combostr *ncbp; local
459 ncbp = reallocarray(NULL, 3, sizeof(struct combostr));
460 if (ncbp == (struct combostr *)NULL)
462 scbpp = (struct combostr **)(ncbp + 1);
471 ncbp->c_combo.c.a = c;
472 ncbp->c_combo.c.b = n;
473 ncbp
634 struct combostr *cbp, *ncbp; local
1029 struct combostr *pcbp, *ncbp; local
[all...]

Completed in 64 milliseconds