Searched refs:printcombo (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/games/gomoku/ |
| HD | pickmove.c | 72 static void printcombo(struct combostr *, char *, size_t); 512 printcombo(ncbp, tmp, sizeof(tmp)); in makecombo2() 769 printcombo(ncbp, tmp, sizeof(tmp)); in makecombo() 810 printcombo(ocbp, tmp, sizeof(tmp)); in makeempty() 1292 printcombo(cbp, buf, sizeof(buf)); in sortcombo() 1326 printcombo(struct combostr *cbp, char *buf, size_t max) in printcombo() function
|
| HD | main.c | 477 printcombo(cbp, tmp, sizeof(tmp)); in whatsup()
|