Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A Dpickmove.c538 struct combostr **cbpp, *pcbp; in addframes() local
607 cbpp = &hashcombos[FAREA]; in addframes()
609 cbp = *--cbpp; in addframes()
612 *cbpp = (struct combostr *)0; in addframes()
624 } while (cbpp != hashcombos); in addframes()
783 struct combostr *cbp, **cbpp; in makeempty() local
811 cbpp = &ecombo[nframes]; in makeempty()
815 *--cbpp = cbp->c_link[1]; in makeempty()
825 *--cbpp = cbp->c_link[0]; in makeempty()
886 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) { in makeempty()
[all …]