Include dependency graph for keyboard.c:

Go to the source code of this file.
Defines | |
| #define | JMP_BUF sigjmp_buf |
| #define | SET_JMP(tag) sigsetjmp( tag, 1) |
| #define | LONG_JMP(tag) siglongjmp( tag, 1) |
Functions | |
| int | run_keyboard () |
| #define JMP_BUF sigjmp_buf |
Definition at line 31 of file keyboard.c.
| #define LONG_JMP | ( | tag | ) | siglongjmp( tag, 1) |
Definition at line 33 of file keyboard.c.
| #define SET_JMP | ( | tag | ) | sigsetjmp( tag, 1) |
Definition at line 32 of file keyboard.c.
| int run_keyboard | ( | ) |
Definition at line 120 of file keyboard.c.
References sic_add_redraw_prompt_listener().
Here is the call graph for this function:

1.5.1