Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h54 #define VKILL 5 /* ICANON */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c123 term->c_cc[VKILL] = sg->sg_kill; in ttsetcompat()
214 sg->sg_kill = cc[VKILL]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1023 } else if (CMP_CC(VKILL, c)) { in ttydisc_rint()