Lines Matching defs:as
191 * Return true if spot 'as' is better than spot 'bs' for color 'us'.
194 better(spot_index as, spot_index bs, player_color us)
196 const struct spotstr *asp = &board[as];
207 if (BIT_TEST(forcemap, as) != BIT_TEST(forcemap, bs))
208 return BIT_TEST(forcemap, as);
285 * frame, we treat it as a closed frame.
340 /* mark frame as having been processed */
451 * Frame A combined with B is the same value as B combined with A
607 * treat it as a closed three in a row instead.
1012 /* mark the frame as being part of a <1,x> combo */
1044 /* mark the frame as being part of a <1,x> combo */