Home | History | Annotate | Download | only in gomoku

Lines Matching defs:cbpp

570 	struct combostr **cbpp, *pcbp;
640 cbpp = &hashcombos[FAREA];
642 cbp = *--cbpp;
645 *cbpp = NULL;
657 } while (cbpp != hashcombos);
810 struct combostr *cbp, **cbpp;
838 cbpp = &ecombo[nframes];
842 *--cbpp = cbp->c_link[1];
852 *--cbpp = cbp->c_link[0];
913 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) {
917 cbp = *cbpp;
1207 * Merge sort the frame 'fcbp' and the sorted list of frames 'cbpp' and
1208 * store the result in 'scbpp'. 'curlevel' is the size of the 'cbpp' array.
1213 sortcombo(struct combostr **scbpp, struct combostr **cbpp,
1228 for (cpp = cbpp; cpp < cbpp + curlevel; cpp++) {
1240 cpp = cbpp + curlevel;
1247 } while (cpp-- != cbpp);
1251 } while (cpp != cbpp);
1269 cbpp = (void *)(cbp + 1);
1270 cpp = cbpp + n;
1272 cbpp++; /* first frame is always the same */
1276 } while (cpp != cbpp);
1294 cbpp--;
1296 for (cpp = cbpp; cpp < cbpp + n; cpp++) {
1351 struct combostr *cbp, **cbpp;
1374 cbpp = &ecombo[nframes];
1378 *--cbpp = cbp->c_link[1];
1388 *--cbpp = cbp->c_link[0];
1449 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) {
1451 cbp = *cbpp;