Lines Matching refs:block
134 block(int index)
179 /* block their first move */
180 e += block(ts->ts_them0);
192 /* wait to be unblocked (id == 0 will not block) */
193 e += block(ts->ts_us0);
196 /* allow them to block us again */
199 /* block their next + 1 move */
200 e += block(ts->ts_them1);
206 e += block(ts->ts_us1);
210 e += block(ts->ts_them0);
212 e += block(ts->ts_us0);