MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / keymacro_map_cmd

Function keymacro_map_cmd

extern/editline/src/keymacro.c:132–138  ·  view source on GitHub ↗

keymacro_map_cmd(): * Associate cmd with a key value */

Source from the content-addressed store, hash-verified

130 * Associate cmd with a key value
131 */
132protected keymacro_value_t *
133keymacro_map_cmd(EditLine *el, int cmd)
134{
135
136 el->el_keymacro.val.cmd = (el_action_t) cmd;
137 return &el->el_keymacro.val;
138}
139
140
141/* keymacro_map_str():

Callers 3

map_init_metaFunction · 0.85
map_init_emacsFunction · 0.85
map_bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected