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

Function map_end

extern/editline/src/map.c:939–954  ·  view source on GitHub ↗

map_end(): * Free the space taken by the editor maps */

Source from the content-addressed store, hash-verified

937 * Free the space taken by the editor maps
938 */
939protected void
940map_end(EditLine *el)
941{
942
943 el_free(el->el_map.alt);
944 el->el_map.alt = NULL;
945 el_free(el->el_map.key);
946 el->el_map.key = NULL;
947 el->el_map.emacs = NULL;
948 el->el_map.vic = NULL;
949 el->el_map.vii = NULL;
950 el_free(el->el_map.help);
951 el->el_map.help = NULL;
952 el_free(el->el_map.func);
953 el->el_map.func = NULL;
954}
955
956
957/* map_init_nls():

Callers 1

el_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected