Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h85 #define VKILL 5 /* ICANON */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c267 term->c_cc[VKILL] = sg->sg_kill; in ttsetcompat()
431 sg->sg_kill = cc[VKILL]; in ttcompat()
H A Dtty.c645 if (CCEQ(cc[VKILL], c)) { in ttyinput()