Include dependency graph for ctrlc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | trap_ctrlc CFC_EXPORT_NAME( trap_ctrlc) |
| #define | no_ctrlc CFC_EXPORT_NAME( no_ctrlc) |
Functions | |
| void *CFC_API | trap_ctrlc (void) |
| SIC Internal routine Initiate Ctrl+C trapping in an interactive session. | |
| void *CFC_API | no_ctrlc (void) |
| SIC Internal routine Suppress Ctrl+C trapping in an interactive session. | |
Definition in file ctrlc.h.
| void* CFC_API no_ctrlc | ( | void | ) |
SIC Internal routine Suppress Ctrl+C trapping in an interactive session.
Definition at line 33 of file ctrlc.c.
References sic_set_ctrlc_handled().
Here is the call graph for this function:

| void* CFC_API trap_ctrlc | ( | void | ) |
SIC Internal routine Initiate Ctrl+C trapping in an interactive session.
Definition at line 22 of file ctrlc.c.
References sic_set_ctrlc_handled().
Here is the call graph for this function:

1.5.1