Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h88 #if defined(VKILL)
89 TTYCHAR(VKILL, 4)
/titanic_41/usr/src/lib/libcurses/screen/
H A Dkillchar.c56 return (SHELLTTYS.c_cc[VKILL]); in killchar()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkillchar.c78 ch = (char)PTERMIOS(_shell)->c_cc[VKILL]; in killchar()
H A Dkillwch.c68 code = __m_tty_wc(VKILL, wcp); in killwchar()
H A Dwgetn_ws.c153 (void) __m_tty_wc(VKILL, &wc); in __m_wgetn_wstr()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkillchar.c79 ch = cur_term->_shell.c_cc[VKILL]; in killchar()
H A Dkillwch.c71 code = __m_tty_wc(VKILL, wcp);
H A Dwgetn_ws.c143 (void) __m_tty_wc(VKILL, &wc);
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c95 cb->c_cc[VKILL] = gct(*++argv, term);
122 cb->c_cc[VKILL] = CKILL;
132 cb->c_cc[VKILL] = CTRL('u');
153 cb->c_cc[VKILL] = CKILL;
H A Dstty.c273 if (cb.c_cc[VKILL] != CKILL) in prmodes()
274 pit(cb.c_cc[VKILL], "kill", "; "); in prmodes()
496 pit(cb.c_cc[VKILL], "kill", ";\n"); in pramodes()
662 pcol(cb.c_cc[VKILL], 0); in prachars()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c118 buf[1] = my_win.kill = tty.c_cc[VKILL]; in set_edit_chars()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h51 #define VKILL 3 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h51 #define VKILL 3 macro
/titanic_41/usr/src/cmd/more/
H A Dmore.c1267 i = 0; ch = otty.c_cc[VKILL]; in number()
1276 } else if (ch == otty.c_cc[VKILL]) { in number()
1568 ch = otty.c_cc[VKILL]; in readch()
1613 } else if ((ch == otty.c_cc[VKILL]) && !slash) { in ttyin()
1629 if (slash && (ch == otty.c_cc[VKILL] || ch == otty.c_cc[VERASE])) { in ttyin()
/titanic_41/usr/src/cmd/ttymon/
H A Dstty.c324 if (cb.c_cc[VKILL] != CKILL) in prmodes()
325 pit(cb.c_cc[VKILL], "kill", "; "); in prmodes()
546 pit(cb.c_cc[VKILL], "kill", ";\n"); in pramodes()
H A Dsttyparse.c106 cb->c_cc[VKILL] = gct(*++argv, term);
139 cb->c_cc[VKILL] = CKILL;
152 cb->c_cc[VKILL] = CKILL;
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h126 #define VKILL 3 macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h357 #define termKillChar new_tc.c_cc[VKILL]
/titanic_41/usr/src/cmd/vi/port/
H A Dex_vops2.c1024 else if (c == tty.c_cc[VKILL])
1112 || c == tty.c_cc[VKILL])
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c264 #define curkill modes.c_cc[VKILL]
267 #define oldkill oldmodes.c_cc[VKILL]
/titanic_41/usr/src/cmd/mailx/
H A Dtty.c320 c_kill = savtty.c_cc[VKILL]; in savetty()
/titanic_41/usr/src/cmd/bnu/
H A Dcu.c506 _Tkill = _Tv0s.c_cc[VKILL] ? _Tv0s.c_cc[VKILL] : vdisable;
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c379 ttymodes.c_cc[VKILL] = CKILL; in sanitize_tty()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1167 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat()
1326 TO_COMPAT_CHAR(csp->t_kill, termiosp->c_cc[VKILL]); in to_compat()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c372 ep->e_kill = ttyparm.c_cc[VKILL]; in tty_raw()
495 ep->e_kill = ttyparm.c_cc[VKILL]; in tty_alt()

12