Home
last modified time | relevance | path

Searched refs:O_OPOST (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dtty.h73 #define O_OPOST(tty) _O_FLAG((tty), OPOST) macro
/linux-6.15/drivers/tty/
H A Dtty_ioctl.c571 if (O_OPOST(tty)) in get_sgflags()
H A Dn_tty.c700 if (O_OPOST(tty)) { in __process_echoes()
2375 if (O_OPOST(tty)) { in n_tty_write()