HomeSort by: relevance | last modified time | path
    Searched defs:tcbp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
pickmove.c 966 struct combostr *tcbp; local in function:updatecombo
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; local in function:checkframes
1104 for (; (tcbp = cbp->c_link[1]) != NULL;
1106 if (tcbp == fcbp)
1109 /* check for intersection of 'tcbp' with 'fcbp' *
1331 struct combostr *tcbp; local in function:printcombo
1466 struct combostr *tcbp; local in function:clearcombo
    [all...]
pickmove.c 966 struct combostr *tcbp; local in function:updatecombo
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; local in function:checkframes
1104 for (; (tcbp = cbp->c_link[1]) != NULL;
1106 if (tcbp == fcbp)
1109 /* check for intersection of 'tcbp' with 'fcbp' *
1331 struct combostr *tcbp; local in function:printcombo
1466 struct combostr *tcbp; local in function:clearcombo
    [all...]

Completed in 23 milliseconds