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

/netbsd-current/games/gomoku/
H A Dpickmove.c398 struct combostr *ncbp; local
403 ncbp = cbp->c_next;
406 } while ((cbp = ncbp) != ecbp);
432 struct combostr *ncbp; local
489 ncbp = (struct combostr *)malloc(sizeof(struct combostr) +
491 if (ncbp == NULL)
493 scbpp = (void *)(ncbp + 1);
504 ncbp->c_combo.cv_force = c;
505 ncbp->c_combo.cv_win = n;
506 ncbp
726 struct combostr *ncbp = malloc(sizeof(struct combostr) + local
1054 struct combostr *pcbp, *ncbp; local
[all...]

Completed in 318 milliseconds