HomeSort by: relevance | last modified time | path
    Searched defs:them (Results 1 - 5 of 5) sorted by relevancy

  /src/games/gomoku/
makemove.c 163 player_color them = us != BLACK ? BLACK : WHITE; local
164 fsp->s_fval[them][r].s = 0x600;
pickmove.c 110 player_color them = us != BLACK ? BLACK : WHITE; local
143 if (better(s, ts, them)) /* pick their best move */
170 if (board[ts].s_combo[them].cv_force == 1 &&
176 union comboval tcv = board[ts].s_combo[them];
206 player_color them = us != BLACK ? BLACK : WHITE;
210 if (/* .... */ asp->s_combo[them].s != bsp->s_combo[them].s)
211 return asp->s_combo[them].s < bsp->s_combo[them].s;
212 if (/* .... */ asp->s_level[them] != bsp->s_level[them]
    [all...]
  /src/external/gpl2/xcvs/dist/src/
watch.c 447 char *them; local
450 them = fileattr_get0 (finfo->file, "_watchers");
451 if (them == NULL)
456 p = them;
490 free (them);
edit.c 302 char *them; local
304 them = fileattr_get0 (finfo->file, "_editors");
305 if (them == NULL)
308 editors_output (finfo->fullname, them);
1036 future; in any case, we ignore them right
  /src/usr.sbin/mrouted/
vif.c 54 * them in the kernel. Start routing on all vifs that are
515 * query from a router with a lower IP address, yield to them.
696 u_int32_t temp_addr, us, them = src; local
744 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS,
768 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS, htonl(MROUTED_LEVEL),
783 u_int32_t us, them = src; local
840 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2,
858 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2,
883 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, htonl(MROUTED_LEVEL),

Completed in 35 milliseconds