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

/openbsd-current/games/gomoku/
H A Dpickmove.c538 struct combostr **cbpp, *pcbp; local
607 cbpp = &hashcombos[FAREA];
609 cbp = *--cbpp;
612 *cbpp = (struct combostr *)0;
624 } while (cbpp != hashcombos);
783 struct combostr *cbp, **cbpp; local
811 cbpp = &ecombo[nframes];
815 *--cbpp = cbp->c_link[1];
825 *--cbpp = cbp->c_link[0];
886 for (i = 0, ep = einfo, cbpp
1190 sortcombo(struct combostr **scbpp, struct combostr **cbpp, struct combostr *fcbp) argument
1327 struct combostr *cbp, *tcbp, **cbpp; local
1458 list_eq(struct combostr **scbpp, struct combostr **cbpp, int n) argument
[all...]

Completed in 67 milliseconds