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

Class Cmd_bind

include/func_tab.h:34–40  ·  view source on GitHub ↗

a key bound to ext_func_tab */

Source from the content-addressed store, hash-verified

32
33/* a key bound to ext_func_tab */
34struct 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
42struct ext_func_tab {
43 uchar key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected