get entry i in the extended commands list. for windowport use. */
| 2098 | |
| 2099 | /* get entry i in the extended commands list. for windowport use. */ |
| 2100 | struct ext_func_tab * |
| 2101 | extcmds_getentry(int i) |
| 2102 | { |
| 2103 | if (i < 0 || i > extcmdlist_length) |
| 2104 | return 0; |
| 2105 | return &extcmdlist[i]; |
| 2106 | } |
| 2107 | |
| 2108 | /* get the command bound to a key */ |
| 2109 | staticfn struct Cmd_bind * |
no outgoing calls
no test coverage detected