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

Function keymacro_map_str

extern/editline/src/keymacro.c:144–150  ·  view source on GitHub ↗

keymacro_map_str(): * Associate str with a key value */

Source from the content-addressed store, hash-verified

142 * Associate str with a key value
143 */
144protected keymacro_value_t *
145keymacro_map_str(EditLine *el, Char *str)
146{
147
148 el->el_keymacro.val.str = str;
149 return &el->el_keymacro.val;
150}
151
152
153/* keymacro_reset():

Callers 1

map_bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected