Home
last modified time | relevance | path

Searched refs:O_ONOCR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtty.h78 #define O_ONOCR(tty) _O_FLAG((tty), ONOCR) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c439 if (O_ONOCR(tty) && ldata->column == 0) in do_output_char()
556 if (O_ONOCR(tty) && ldata->column == 0) in process_output_block()