Lines Matching refs:num_play
97 num_play, /* current number of players */
271 if ((num_play = get_int("How many players? ")) <= 1 ||
272 num_play > MAX_PL)
278 cur_p = play = calloc((size_t)num_play, sizeof (PLAY));
281 for (i = 0; i < num_play; i++) {
297 for (i = 0; i < num_play; i++)
298 for (j = i + 1; j <= num_play; j++)
300 if (j != num_play)
307 for (i = 0; i < num_play; i++)
326 for (cur_max = i = 0; i < num_play; i++) {