Searched refs:VWERASE (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/libexec/getty/
H A Dinit.c80 { "we", &omode.c_cc[VWERASE] }, /* word erase */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h42 # if defined(VWERSE) && !defined(VWERASE)
43 # define VWERASE VWERSE macro
44 # endif /* VWERSE && !VWERASE */
382 # ifdef VWERASE
383 # if NUMCC <= VWERASE
384 # undef VWERASE macro
385 # endif /* NUMCC <= VWERASE */
386 # endif /* VWERASE */
451 * fix for hpux10 inconsistency: it has VWERASE, but TIOCSLTC returns
456 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE)
[all...]
H A Ded.term.c489 # if defined(VWERASE) || defined(TIOCGLTC)
491 # endif /* VWERASE */
816 # ifdef VWERASE
817 s[C_WERASE] = n->c_cc[VWERASE];
818 # endif /* VWERASE */
952 # ifdef VWERASE
953 n->c_cc[VWERASE] = s[C_WERASE];
954 # endif /* VWERASE */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h53 # if defined(VWERSE) && !defined(VWERASE)
54 # define VWERASE VWERSE macro
55 # endif /* VWERSE && !VWERASE */
339 # ifdef VWERASE
340 # if NUMCC <= VWERASE
341 # undef VWERASE macro
342 # endif /* NUMCC <= VWERASE */
343 # endif /* VWERASE */
H A Dtty.c140 #ifdef VWERASE
141 {C_WERASE, VWERASE,
143 #endif /* VWERASE */
402 #if defined(VWERASE)
404 #endif /* VWERASE */
620 #ifdef VWERASE
622 return VWERASE;
623 #endif /* VWERASE */
716 #ifdef VWERASE
717 s[C_WERASE] = td->c_cc[VWERASE];
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h94 #if defined(VWERASE)
95 TTYCHAR(VWERASE, 13)
96 #endif /* VWERASE */
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_funcs.c225 * VWERASE is a 4BSD extension.
238 #ifdef VWERASE
240 *dnep = (*chp = tkp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c78 #if defined(VWERASE) && defined(CWERASE)
79 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);
/freebsd-9.3-release/bin/stty/
H A Dcchar.c77 { "werase", VWERASE, CWERASE },
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dterminal.c71 # ifndef VWERASE
H A Dexterns.h401 # ifndef VWERASE
404 # define termWerasChar new_tc.c_cc[VWERASE]
H A Dsys_bsd.c252 #ifndef VWERASE
293 # ifdef VWERASE
328 # ifndef VWERASE
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c52 # ifndef VWERASE
H A Dexterns.h390 # ifndef VWERASE
393 # define termWerasChar new_tc.c_cc[VWERASE]
H A Dsys_bsd.c196 #ifndef VWERASE
235 # ifdef VWERASE
263 # ifndef VWERASE
/freebsd-9.3-release/sys/sys/
H A D_termios.h50 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c429 #ifdef VWERASE
430 _rl_tty_chars.t_werase = tiop->c_cc[VWERASE];
921 # if defined (VWERASE) && defined (TERMIOS_TTY_DRIVER)
922 SET_SPECIAL (VWERASE, rl_unix_word_rubout);
923 # endif /* VWERASE && TERMIOS_TTY_DRIVER */
973 # if defined (VWERASE) && defined (TERMIOS_TTY_DRIVER)
975 # endif /* VWERASE && TERMIOS_TTY_DRIVER */
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c136 my_win.werase = tio.c_cc[VWERASE];
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c420 * VWERASE is a 4BSD extension.
433 #ifdef VWERASE
435 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c155 cc[VWERASE] = ltc->t_werasc;
238 ltc->t_werasc = cc[VWERASE];
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_funcs.c263 * VWERASE is a 4BSD extension.
275 #ifdef VWERASE
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dlineedit.c41 unsignec char werase_char = cur_term->Ottyb.c_cc[VWERASE];
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c769 #if defined(VWERASE) && defined(CWERASE)
770 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c963 #ifdef VWERASE
965 attr.c_cc[VWERASE] = CWERASE;
967 attr.c_cc[VWERASE] = 0;
969 #endif /* VWERASE */
/freebsd-9.3-release/contrib/less/
H A Dscreen.c351 #ifdef VWERASE
352 werase_char = s.c_cc[VWERASE];
478 #ifdef VWERASE
479 werase_char = s.c_cc[VWERASE];

Completed in 273 milliseconds

12