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

Function terminal_get

extern/editline/src/terminal.c:847–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845
846
847protected void
848terminal_get(EditLine *el, const char **term)
849{
850 *term = el->el_terminal.t_name;
851}
852
853
854/* terminal_set():

Callers 1

FUN(el,get)Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected