Home
last modified time | relevance | path

Searched refs:scbpp (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/gomoku/
H A Dpickmove.c409 struct combostr **scbpp, *fcbp; in makecombo2() local
462 scbpp = (struct combostr **)(ncbp + 1); in makecombo2()
465 scbpp[0] = ocbp; in makecombo2()
466 scbpp[1] = fcbp; in makecombo2()
468 scbpp[0] = fcbp; in makecombo2()
469 scbpp[1] = ocbp; in makecombo2()
639 struct combostr **scbpp; in makecombo() local
700 scbpp = (struct combostr **)(ncbp + 1); in makecombo()
701 if (sortcombo(scbpp, (struct combostr **)(cbp + 1), ocbp)) { in makecombo()
1190 sortcombo(struct combostr **scbpp, struct combostr **cbpp, in sortcombo() argument
[all …]