Home | History | Annotate | Download | only in gomoku

Lines Matching defs:tcbp

966 	struct combostr *tcbp;
977 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) {
993 spot_index s = tcbp->c_vertex;
995 int d = dd[tcbp->c_dir];
1013 board[tcbp->c_vertex].s_flags |= FFLAG << tcbp->c_dir;
1084 struct combostr *tcbp, *lcbp;
1104 for (; (tcbp = cbp->c_link[1]) != NULL;
1106 if (tcbp == fcbp)
1109 /* check for intersection of 'tcbp' with 'fcbp' */
1111 mask = str[tcbp - frames];
1120 if (tcbp->c_dir == fcbp->c_dir &&
1128 spot_index s = ip[tcbp - frames];
1141 (s == tcbp->c_vertex ||
1142 s == tcbp->c_vertex + 5 * dd[tcbp->c_dir]))
1151 (s - tcbp->c_vertex) / dd[tcbp->c_dir];
1331 struct combostr *tcbp;
1338 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) {
1340 stoc(tcbp->c_vertex), pdir[tcbp->c_dir], cbp->c_flags);
1466 struct combostr *tcbp;
1468 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) {
1469 clearcombo(tcbp, cbp->c_flags & C_OPEN_1);