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

Function hist_end

extern/editline/src/hist.c:71–77  ·  view source on GitHub ↗

hist_end(): * clean up history; */

Source from the content-addressed store, hash-verified

69 * clean up history;
70 */
71protected void
72hist_end(EditLine *el)
73{
74
75 el_free(el->el_history.buf);
76 el->el_history.buf = NULL;
77}
78
79
80/* hist_set():

Callers 1

el_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected