Lines Matching defs:block
173 block(int index)
234 /* block their first move */
235 e += block(ts->ts_them0);
247 /* wait to be unblocked (id == 0 will not block) */
248 e += block(ts->ts_us0);
251 /* allow them to block us again */
254 /* block their next + 1 move */
255 e += block(ts->ts_them1);
261 e += block(ts->ts_us1);
265 e += block(ts->ts_them0);
267 e += block(ts->ts_us0);