Lines Matching refs:scbpp
435 struct combostr **scbpp, *fcbp; in makecombo2() local
493 scbpp = (void *)(ncbp + 1); in makecombo2()
497 scbpp[0] = ocbp; in makecombo2()
498 scbpp[1] = fcbp; in makecombo2()
500 scbpp[0] = fcbp; in makecombo2()
501 scbpp[1] = ocbp; in makecombo2()
669 struct combostr **scbpp; in makecombo() local
730 scbpp = (void *)(ncbp + 1); in makecombo()
731 if (sortcombo(scbpp, (void *)(cbp + 1), ocbp)) { in makecombo()
1213 sortcombo(struct combostr **scbpp, struct combostr **cbpp, in sortcombo() argument
1239 spp = scbpp + n; in sortcombo()
1256 cbp = hashcombos[inx = (frame_index)(*scbpp - frames)]; in sortcombo()
1262 fcbp = (void *)((char *)scbpp - sizeof(struct combostr)); in sortcombo()
1271 spp = scbpp + n; in sortcombo()
1285 for (cpp = scbpp; cpp < scbpp + n; cpp++) { in sortcombo()
1314 fcbp = (void *)((char *)scbpp - sizeof(struct combostr)); in sortcombo()