a key bound to ext_func_tab */
| 32 | |
| 33 | /* a key bound to ext_func_tab */ |
| 34 | struct Cmd_bind { |
| 35 | uchar key; |
| 36 | boolean userbind; /* added by user */ |
| 37 | char *param; |
| 38 | const struct ext_func_tab *cmd; |
| 39 | struct Cmd_bind *next; |
| 40 | }; |
| 41 | |
| 42 | struct ext_func_tab { |
| 43 | uchar key; |
nothing calls this directly
no outgoing calls
no test coverage detected