HomeSort by: relevance | last modified time | path
    Searched defs:scbpp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
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...]
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...]

Completed in 72 milliseconds