Include dependency graph for ctrlc.c:

Go to the source code of this file.
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. | |
| 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