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

Function tty_init

extern/editline/src/tty.c:564–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564protected int
565tty_init(EditLine *el)
566{
567
568 el->el_tty.t_mode = EX_IO;
569 el->el_tty.t_vdisable = _POSIX_VDISABLE;
570 (void) memcpy(el->el_tty.t_t, ttyperm, sizeof(ttyperm_t));
571 (void) memcpy(el->el_tty.t_c, ttychar, sizeof(ttychar_t));
572 return tty_setup(el);
573}
574
575
576/* tty_end():

Callers 1

el_init_fdFunction · 0.85

Calls 1

tty_setupFunction · 0.85

Tested by

no test coverage detected