Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dstty.c1272 #define STTY_recoverable_output (1 << 3) macro
1318 stty_state |= STTY_recoverable_output; in stty_main()
1405 if ((stty_state & (STTY_verbose_output | STTY_recoverable_output)) == in stty_main()
1406 (STTY_verbose_output | STTY_recoverable_output) in stty_main()
1411 if ((stty_state & (STTY_verbose_output | STTY_recoverable_output)) in stty_main()
1430 if (stty_state & (STTY_verbose_output | STTY_recoverable_output | STTY_noargs)) { in stty_main()