MCPcopy Create free account
hub / github.com/NetHack/NetHack / extcmd_initiator

Function extcmd_initiator

src/cmd.c:456–460  ·  view source on GitHub ↗

'#' or whatever has been bound to doextcmd() in its place */

Source from the content-addressed store, hash-verified

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

Callers 3

tty_get_ext_cmdFunction · 0.85
mswin_get_ext_cmdFunction · 0.85
curses_ext_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected