Home
last modified time | relevance | path

Searched refs:count_remaining_slot (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dhugod.c216 if (count_remaining_slot (&global_status, global_option) == 0) in serve_dispatch()
222 printf_screen("%d slots open.\n", count_remaining_slot (&global_status, global_option)); in serve_dispatch()
280 if (count_remaining_slot (&global_status, global_option) == 0) in serve_dispatch()
286 printf_screen("%d slots open.\n", count_remaining_slot (&global_status, global_option)); in serve_dispatch()
H A Dnetplay.h87 int count_remaining_slot (global_status_type * global_status,
H A Dnetplay.c162 count_remaining_slot (global_status_type * global_status, in count_remaining_slot() function
314 count_remaining_slot (global_status, global_option)); in identify_client()