Idź do kodu źródłowego tego pliku.
Struktury danych | |
| struct | binding |
| struct | binding_added |
Definicje | |
| #define | BINDING_FUNCTION(x) void x(const char *arg) |
Definicje typów | |
| typedef struct binding_added | binding_added_t |
Funkcje | |
| void | binding_list (int quiet, const char *name, int all) |
| int | binding_help (int a, int b) |
| int | binding_quick_list (int a, int b) |
| void | binding_free () |
Zmienne | |
| struct binding * | bindings |
| binding_added_t * | bindings_added |
| #define BINDING_FUNCTION | ( | x | ) | void x(const char *arg) |
| typedef struct binding_added binding_added_t |
| void binding_free | ( | ) |
Free memory allocated for key bindings.
| int binding_help | ( | int | a, | |
| int | b | |||
| ) |
| void binding_list | ( | int | quiet, | |
| const char * | name, | |||
| int | all | |||
| ) |
| int binding_quick_list | ( | int | a, | |
| int | b | |||
| ) |
1.7.1