Searched refs:Host_Quit_f (Results 1 – 6 of 6) sorted by relevance
141 void Host_Quit_f (void);
323 void Host_Quit_f (void);
39 void Host_Quit_f (void) in Host_Quit_f() function1889 Cmd_AddCommand ("quit", Host_Quit_f); in Host_InitCommands()
897 if (x_event.xclient.data.l[0] == aWMDelete) Host_Quit_f(); in GetEvent()
979 if (x_event.xclient.data.l[0] == aWMDelete) Host_Quit_f(); in GetEvent()
1674 Host_Quit_f (); in M_Quit_Key()