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

Function tty_setup_flags

extern/editline/src/tty.c:1317–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315
1316
1317private void
1318tty_setup_flags(EditLine *el, struct termios *tios, int mode)
1319{
1320 int kind;
1321 for (kind = MD_INP; kind <= MD_LIN; kind++) {
1322 tcflag_t *f = tty__get_flag(tios, kind);
1323 *f = tty_update_flag(el, *f, mode, kind);
1324 }
1325}

Callers 3

tty_setupFunction · 0.85
tty_quotemodeFunction · 0.85
tty_sttyFunction · 0.85

Calls 2

tty__get_flagFunction · 0.85
tty_update_flagFunction · 0.85

Tested by

no test coverage detected