Searched refs:VKILL (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c94 termios.c_cc[VKILL] = Ctl('U');
/freebsd-10.3-release/libexec/getty/
H A Dinit.c59 { "kl", &omode.c_cc[VKILL] }, /* kill character */
/freebsd-10.3-release/contrib/opie/libopie/
H A Dreadpass.c161 #ifdef VKILL
166 if (*(e++) == attr.c_cc[VKILL])
170 *e = attr.c_cc[VKILL];
172 #endif /* VKILL */
/freebsd-10.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c114 result = cur_term->Ottyb.c_cc[VKILL];
/freebsd-10.3-release/crypto/openssh/
H A Dttymodes.h73 #if defined(VKILL)
74 TTYCHAR(VKILL, 4)
75 #endif /* VKILL */
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c67 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
181 if (mode.c_cc[VKILL] == 0 || killch != 0)
182 mode.c_cc[VKILL] = killch ? killch : CKILL;
H A Dtset.c197 report("Kill", VKILL, CKILL);
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.h337 # ifdef VKILL
338 # if NUMCC <= VKILL
339 # undef VKILL macro
340 # endif /* NUMCC <= VKILL */
341 # endif /* VKILL */
H A Dmi.termios.c273 termios_p->c_cc[VKILL] = sgbuf.sg_kill;
380 sgbuf.sg_kill = termios_p->c_cc[VKILL];
H A Ded.term.c462 # if defined(VKILL) || defined(TIOCGETP)
464 # endif /* VKILL */
789 # ifdef VKILL
790 s[C_KILL] = n->c_cc[VKILL];
791 # endif /* VKILL */
925 # ifdef VKILL
926 n->c_cc[VKILL] = s[C_KILL];
927 # endif /* VKILL */
/freebsd-10.3-release/lib/libedit/
H A Dtty.h294 # ifdef VKILL
295 # if NUMCC <= VKILL
296 # undef VKILL macro
297 # endif /* NUMCC <= VKILL */
298 # endif /* VKILL */
H A Dtty.c128 #ifdef VKILL
129 {C_KILL, VKILL,
131 #endif /* VKILL */
375 #if defined(VKILL)
377 #endif /* VKILL */
606 #ifdef VKILL
608 return VKILL;
609 #endif /* VKILL */
711 #ifdef VKILL
712 s[C_KILL] = td->c_cc[VKILL];
[all...]
/freebsd-10.3-release/usr.bin/mail/
H A Dtty.c88 c_kill = ttybuf.c_cc[VKILL];
91 ttybuf.c_cc[VKILL] = _POSIX_VDISABLE;
146 ttybuf.c_cc[VKILL] = c_kill;
/freebsd-10.3-release/bin/stty/
H A Dcchar.c67 { "kill", VKILL, CKILL },
H A Dkey.c168 ip->t.c_cc[VKILL] = CTRL('u');
181 ip->t.c_cc[VKILL] = CKILL;
/freebsd-10.3-release/sys/sys/
H A D_termios.h52 #define VKILL 5 /* ICANON */ macro
/freebsd-10.3-release/contrib/top/
H A Dscreen.c288 ch_kill = old_settings.c_cc[VKILL];
312 ch_kill = old_settings.c_cc[VKILL];
/freebsd-10.3-release/usr.bin/talk/
H A Dinit_disp.c133 my_win.kill = tio.c_cc[VKILL];
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtset.c752 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
898 if (DISABLED(mode.c_cc[VKILL]) || tkillchar >= 0)
899 mode.c_cc[VKILL] = (tkillchar >= 0) ? tkillchar : CKILL;
1304 report("Kill", VKILL, CKILL);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c289 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0';
313 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c123 term->c_cc[VKILL] = sg->sg_kill;
214 sg->sg_kill = cc[VKILL];
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c240 term_attr.c_cc[VKILL] = '\025'; /* ^U */
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h373 # define termKillChar new_tc.c_cc[VKILL]
/freebsd-10.3-release/contrib/libreadline/
H A Drltty.c432 _rl_tty_chars.t_kill = tiop->c_cc[VKILL];
915 SET_SPECIAL (VKILL, rl_unix_line_discard);
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dexterns.h389 # define termKillChar new_tc.c_cc[VKILL]

Completed in 271 milliseconds

12