Lines Matching refs:block
131 block(int index)
188 /* block their first move */
189 e += block(ts->ts_them0);
201 /* wait to be unblocked (id == 0 will not block) */
202 e += block(ts->ts_us0);
205 /* allow them to block us again */
208 /* block their next + 1 move */
209 e += block(ts->ts_them1);
215 e += block(ts->ts_us1);
219 e += block(ts->ts_them0);
221 e += block(ts->ts_us0);