Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/dcons/
H A Ddcons.h87 #define KEY_CR 13 /* CR '\r' */ macro
H A Ddcons_os.c163 if (c == KEY_CR) in dcons_check_break()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1837 #define KEY_CR 13 /* CR '\r' */ in siointr1() macro
1842 if (recv_data == KEY_CR) { in siointr1()
1845 } else if (brk_state1 == KEY_CR && (recv_data == KEY_TILDE || recv_data == KEY_CRTLB)) { in siointr1()
/dragonfly/usr.sbin/dconschat/
H A Ddconschat.c652 if (*sp == KEY_CR) in dconschat_read_filter()