Home | Sort by: relevance | last modified time | path |
/src/games/gomoku/ | |
pickmove.c | 398 struct combostr *ncbp; local in function:scanframes 403 ncbp = cbp->c_next; 406 } while ((cbp = ncbp) != ecbp); 432 struct combostr *ncbp; local in function:makecombo2 489 ncbp = (struct combostr *)malloc(sizeof(struct combostr) + 491 if (ncbp == NULL) 493 scbpp = (void *)(ncbp + 1); 504 ncbp->c_combo.cv_force = c; 505 ncbp->c_combo.cv_win = n; 506 ncbp->c_link[0] = ocbp 726 struct combostr *ncbp = malloc(sizeof(struct combostr) + local in function:makecombo 1054 struct combostr *pcbp, *ncbp; local in function:appendcombo [all...] |