/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | killchar.c | 54 return (SHELLTTYS.c_cc[VKILL]); in killchar()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | killchar.c | 76 ch = (char)PTERMIOS(_shell)->c_cc[VKILL]; in killchar()
|
H A D | killwch.c | 66 code = __m_tty_wc(VKILL, wcp); in killwchar()
|
H A D | wgetn_ws.c | 151 (void) __m_tty_wc(VKILL, &wc); in __m_wgetn_wstr()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | killchar.c | 77 ch = cur_term->_shell.c_cc[VKILL]; in killchar()
|
H A D | killwch.c | 69 code = __m_tty_wc(VKILL, wcp);
|
H A D | wgetn_ws.c | 141 (void) __m_tty_wc(VKILL, &wc);
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 92 cb->c_cc[VKILL] = gct(*++argv, term); 119 cb->c_cc[VKILL] = CKILL; 129 cb->c_cc[VKILL] = CTRL('u'); 150 cb->c_cc[VKILL] = CKILL;
|
H A D | stty.c | 274 if (cb.c_cc[VKILL] != CKILL) in prmodes() 275 pit(cb.c_cc[VKILL], "kill", "; "); in prmodes() 497 pit(cb.c_cc[VKILL], "kill", ";\n"); in pramodes() 663 pcol(cb.c_cc[VKILL], 0); in prachars()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 116 buf[1] = my_win.kill = tty.c_cc[VKILL]; in set_edit_chars()
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 1267 i = 0; ch = otty.c_cc[VKILL]; in number() 1276 } else if (ch == otty.c_cc[VKILL]) { in number() 1593 ch = otty.c_cc[VKILL]; in readch() 1638 } else if ((ch == otty.c_cc[VKILL]) && !slash) { in ttyin() 1654 if (slash && (ch == otty.c_cc[VKILL] || ch == otty.c_cc[VERASE])) { in ttyin()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 106 cb->c_cc[VKILL] = gct(*++argv, term); 143 cb->c_cc[VKILL] = CKILL; 158 cb->c_cc[VKILL] = CKILL;
|
H A D | stty.c | 328 if (cb.c_cc[VKILL] != CKILL) in prmodes() 329 pit(cb.c_cc[VKILL], "kill", "; "); in prmodes() 553 pit(cb.c_cc[VKILL], "kill", ";\n"); in pramodes()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 126 #define VKILL 3 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 355 #define termKillChar new_tc.c_cc[VKILL]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 1024 else if (c == tty.c_cc[VKILL]) 1112 || c == tty.c_cc[VKILL])
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 264 #define curkill modes.c_cc[VKILL] 267 #define oldkill oldmodes.c_cc[VKILL]
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 318 c_kill = savtty.c_cc[VKILL]; in savetty()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 501 _Tkill = _Tv0s.c_cc[VKILL] ? _Tv0s.c_cc[VKILL] : vdisable; in main()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1069 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat() 1228 TO_COMPAT_CHAR(csp->t_kill, termiosp->c_cc[VKILL]); in to_compat()
|
H A D | ldterm.c | 1819 if (c == tp->t_modes.c_cc[VKILL]) { in ldterm_docanon() 2617 (void) ldterm_echo(tp->t_modes.c_cc[VKILL], q, ebsize, tp); in ldterm_kill() 2900 c == tp->t_modes.c_cc[VKILL]) { in ldterm_echo()
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 380 ttymodes.c_cc[VKILL] = CKILL; in sanitize_tty()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 375 ep->e_kill = ttyparm.c_cc[VKILL]; in tty_raw() 498 ep->e_kill = ttyparm.c_cc[VKILL]; in tty_alt()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 604 t.c_cc[VKILL] = 0; in set_tty_parameters()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
|