Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_config.h123 [VEOF] = CEOF,
/components/libc/posix/io/termios/
A Dtermios.h58 #define VEOF 4 macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c136 BREAK_ADD(VEOF); in ttydisc_read_canonical()
183 if (CMP_CC(VEOF, lastc)) in ttydisc_read_canonical()
710 if (!quote && CMP_CC(VEOF, c)) in ttydisc_echo_force()
1284 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) in ttydisc_rint()

Completed in 6 milliseconds