Lines Matching refs:cbpp

549 	struct combostr **cbpp, *pcbp;  in addframes()  local
620 cbpp = &hashcombos[FAREA]; in addframes()
622 cbp = *--cbpp; in addframes()
625 *cbpp = (struct combostr *)0; in addframes()
637 } while (cbpp != hashcombos); in addframes()
802 struct combostr *cbp, *tcbp, **cbpp; in makeempty() local
830 cbpp = &ecombo[nframes]; in makeempty()
835 *--cbpp = cbp->c_link[1]; in makeempty()
845 *--cbpp = cbp->c_link[0]; in makeempty()
906 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) { in makeempty()
910 cbp = *cbpp; in makeempty()
1212 sortcombo(struct combostr **scbpp, struct combostr **cbpp, in sortcombo() argument
1227 for (cpp = cbpp; cpp < cbpp + curlevel; cpp++) { in sortcombo()
1239 cpp = cbpp + curlevel; in sortcombo()
1246 while (cpp-- != cbpp); in sortcombo()
1250 } while (cpp != cbpp); in sortcombo()
1269 cbpp = (struct combostr **)(cbp + 1); in sortcombo()
1270 cpp = cbpp + n; in sortcombo()
1272 cbpp++; /* first frame is always the same */ in sortcombo()
1276 } while (cpp != cbpp); in sortcombo()
1294 cbpp--; in sortcombo()
1296 for (cpp = cbpp; cpp < cbpp + n; cpp++) { in sortcombo()
1348 struct combostr *cbp, *tcbp, **cbpp; in markcombo() local
1371 cbpp = &ecombo[nframes]; in markcombo()
1375 *--cbpp = cbp->c_link[1]; in markcombo()
1385 *--cbpp = cbp->c_link[0]; in markcombo()
1446 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) { in markcombo()
1448 cbp = *cbpp; in markcombo()
1479 list_eq(struct combostr **scbpp, struct combostr **cbpp, int n) in list_eq() argument
1484 cpp = cbpp + n; in list_eq()
1488 } while (cpp != cbpp); in list_eq()