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

Function read_finish

extern/editline/src/read.c:473–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473protected void
474read_finish(EditLine *el)
475{
476 if ((el->el_flags & UNBUFFERED) == 0)
477 (void) tty_cookedmode(el);
478 if (el->el_flags & HANDLE_SIGNALS)
479 sig_clr(el);
480}
481
482public const Char *
483FUN(el,gets)(EditLine *el, int *nread)

Callers 2

FUN(el,set)Function · 0.85
FUN(el,gets)Function · 0.85

Calls 2

tty_cookedmodeFunction · 0.85
sig_clrFunction · 0.85

Tested by

no test coverage detected