Home
last modified time | relevance | path

Searched refs:gtk_stop_asked (Results 1 – 6 of 6) sorted by last modified time

/dports/emulators/hugo/hugo-2.12/
H A Dgtk_main.c37 int gtk_stop_asked = 0; variable
H A Dnetplay.c19 extern int gtk_stop_asked;
715 if (gtk_stop_asked) in serve_clients_lan_protocol()
1178 if (gtk_stop_asked) in serve_clients_internet_protocol()
H A Dhugod.c133 gtk_stop_asked = FALSE; in serve_dispatch()
241 gtk_stop_asked = TRUE; in serve_dispatch()
244 } while ( (number_ready_socket == 0) && (--gtk_iteration != 0) && !gtk_stop_asked); in serve_dispatch()
252 if (gtk_stop_asked) in serve_dispatch()
294 if (!gtk_stop_asked) in serve_dispatch()
H A Dcallbacks-server.c89 gtk_stop_asked = TRUE; in on_button_stop_clicked()
H A Dgtk_main-server.h10 extern gboolean gtk_stop_asked;
H A Dgtk_main-server.c22 gboolean gtk_stop_asked; variable