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

Function keymacro_end

extern/editline/src/keymacro.c:119–126  ·  view source on GitHub ↗

keymacro_end(): * Free the key maps */

Source from the content-addressed store, hash-verified

117 * Free the key maps
118 */
119protected void
120keymacro_end(EditLine *el)
121{
122
123 el_free(el->el_keymacro.buf);
124 el->el_keymacro.buf = NULL;
125 node__free(el->el_keymacro.map);
126}
127
128
129/* keymacro_map_cmd():

Callers 1

el_endFunction · 0.85

Calls 1

node__freeFunction · 0.85

Tested by

no test coverage detected