Lines Matching refs:block
138 block(int index)
183 /* block their first move */
184 e += block(ts->ts_them0);
196 /* wait to be unblocked (id == 0 will not block) */
197 e += block(ts->ts_us0);
200 /* allow them to block us again */
203 /* block their next + 1 move */
204 e += block(ts->ts_them1);
210 e += block(ts->ts_us1);
214 e += block(ts->ts_them0);
216 e += block(ts->ts_us0);