Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dpickmove.c435 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
[all …]