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

Function node__free

extern/editline/src/keymacro.c:476–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476private void
477node__free(keymacro_node_t *k)
478{
479 if (k == NULL)
480 return;
481 node__free(k->sibling);
482 node__free(k->next);
483 el_free(k);
484}
485
486/* node_lookup():
487 * look for the str starting at node ptr.

Callers 1

keymacro_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected