Lines Matching refs:block
139 block(int index)
184 /* block their first move */
185 e += block(ts->ts_them0);
197 /* wait to be unblocked (id == 0 will not block) */
198 e += block(ts->ts_us0);
201 /* allow them to block us again */
204 /* block their next + 1 move */
205 e += block(ts->ts_them1);
211 e += block(ts->ts_us1);
215 e += block(ts->ts_them0);
217 e += block(ts->ts_us0);