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

Function tty_update_flag

extern/editline/src/tty.c:941–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939
940
941private tcflag_t
942tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind)
943{
944 f &= ~el->el_tty.t_t[mode][kind].t_clrmask;
945 f |= el->el_tty.t_t[mode][kind].t_setmask;
946 return f;
947}
948
949
950private void

Callers 2

tty_update_flagsFunction · 0.85
tty_setup_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected