CTWM
Loading...
Searching...
No Matches
Functions
/usr/src/RPM/BUILD/ctwm-4.1.0/signals.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void setup_signal_handlers (void)
 Setup signal handlers (run during startup)
 
void handle_signal_flag (Time t)
 Handle stuff set by a signal flag.
 

Function Documentation

◆ handle_signal_flag()

void handle_signal_flag ( Time t)

Handle stuff set by a signal flag.

Could be a Restart, could be a Shutdown...

Definition at line 62 of file signals.c.

References DoRestart(), DoShutdown(), PlaceX, ProgramName, sig_restart, and sig_shutdown.

Referenced by CtwmNextEvent().

◆ setup_signal_handlers()

void setup_signal_handlers ( void )

Setup signal handlers (run during startup)

Definition at line 34 of file signals.c.

References PlaceX, sh_restart(), and sh_shutdown().

Referenced by ctwm_main().