/src/games/backgammon/common_source/ |
fancy.c | 43 static void bsect(int, int, int, int); 159 bsect(board[i], 13, 1 + 4 * (12 - i), -1); 162 bsect(board[0], 13, 25, -1); 166 bsect(board[i], 13, 29 + 4 * (6 - i), -1); 169 bsect(l, 3, 54, 1); 178 bsect(board[i], 3, 1 + 4 * (i - 13), 1); 181 bsect(board[25], 3, 25, 1); 185 bsect(board[i], 3, 29 + 4 * (i - 19), 1); 188 bsect(-l, 13, 54, -1); 196 * bsect (b,rpos,cpos,cnext 205 bsect(int b, int rpos, int cpos, int cnext) function in typeref:typename:void [all...] |
fancy.c | 43 static void bsect(int, int, int, int); 159 bsect(board[i], 13, 1 + 4 * (12 - i), -1); 162 bsect(board[0], 13, 25, -1); 166 bsect(board[i], 13, 29 + 4 * (6 - i), -1); 169 bsect(l, 3, 54, 1); 178 bsect(board[i], 3, 1 + 4 * (i - 13), 1); 181 bsect(board[25], 3, 25, 1); 185 bsect(board[i], 3, 29 + 4 * (i - 19), 1); 188 bsect(-l, 13, 54, -1); 196 * bsect (b,rpos,cpos,cnext 205 bsect(int b, int rpos, int cpos, int cnext) function in typeref:typename:void [all...] |