Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkillchar.c54 return (SHELLTTYS.c_cc[VKILL]); in killchar()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkillchar.c76 ch = (char)PTERMIOS(_shell)->c_cc[VKILL]; in killchar()
H A Dkillwch.c66 code = __m_tty_wc(VKILL, wcp); in killwchar()
H A Dwgetn_ws.c151 (void) __m_tty_wc(VKILL, &wc); in __m_wgetn_wstr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkillchar.c77 ch = cur_term->_shell.c_cc[VKILL]; in killchar()
H A Dkillwch.c69 code = __m_tty_wc(VKILL, wcp);
H A Dwgetn_ws.c141 (void) __m_tty_wc(VKILL, &wc);
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c92 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 Dstty.c274 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 Dinit_disp.c116 buf[1] = my_win.kill = tty.c_cc[VKILL]; in set_edit_chars()
/illumos-gate/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()
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 Dsttyparse.c106 cb->c_cc[VKILL] = gct(*++argv, term);
143 cb->c_cc[VKILL] = CKILL;
158 cb->c_cc[VKILL] = CKILL;
H A Dstty.c328 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 Dtermios.h126 #define VKILL 3 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h355 #define termKillChar new_tc.c_cc[VKILL]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1024 else if (c == tty.c_cc[VKILL])
1112 || c == tty.c_cc[VKILL])
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c264 #define curkill modes.c_cc[VKILL]
267 #define oldkill oldmodes.c_cc[VKILL]
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c318 c_kill = savtty.c_cc[VKILL]; in savetty()
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c501 _Tkill = _Tv0s.c_cc[VKILL] ? _Tv0s.c_cc[VKILL] : vdisable; in main()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1069 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 Dldterm.c1819 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 Dsulogin.c380 ttymodes.c_cc[VKILL] = CKILL; in sanitize_tty()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c375 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/contrib/ast/src/lib/libcmd/
H A Dstty.c163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c604 t.c_cc[VKILL] = 0; in set_tty_parameters()

12