pickmove.c | 435 struct combostr **scbpp, *fcbp; local in function:makecombo2 493 scbpp = (void *)(ncbp + 1); 497 scbpp[0] = ocbp; 498 scbpp[1] = fcbp; 500 scbpp[0] = fcbp; 501 scbpp[1] = ocbp; 669 struct combostr **scbpp; local in function:makecombo 730 scbpp = (void *)(ncbp + 1); 731 if (sortcombo(scbpp, (void *)(cbp + 1), ocbp)) { 1208 * store the result in 'scbpp'. 'curlevel' is the size of the 'cbpp' array [all...] |