'#' or whatever has been bound to doextcmd() in its place */
| 454 | |
| 455 | /* '#' or whatever has been bound to doextcmd() in its place */ |
| 456 | char |
| 457 | extcmd_initiator(void) |
| 458 | { |
| 459 | return gc.Cmd.extcmd_char; |
| 460 | } |
| 461 | |
| 462 | staticfn boolean |
| 463 | can_do_extcmd(const struct ext_func_tab *extcmd) |
no outgoing calls
no test coverage detected