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

Function ch__clearmacro

extern/editline/src/chared.c:487–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487private void
488ch__clearmacro(EditLine *el)
489{
490 c_macro_t *ma = &el->el_chared.c_macro;
491 while (ma->level >= 0)
492 el_free(ma->macro[ma->level--]);
493}
494
495/* ch_enlargebufs():
496 * Enlarge line buffer to be able to hold twice as much characters.

Callers 1

ch_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected