Searched refs:VREPRINT (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 106 #if defined(VREPRINT) 107 TTYCHAR(VREPRINT, 12)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 292 if (cb.c_cc[VREPRINT] != CRPRNT) in prmodes() 293 pit(cb.c_cc[VREPRINT], "rprnt", "; "); in prmodes() 506 pit(cb.c_cc[VREPRINT], "rprnt", "; "); in pramodes() 664 pcol(cb.c_cc[VREPRINT], 0); in prachars()
|
H A D | sttyparse.c | 110 cb->c_cc[VREPRINT] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 63 #define VREPRINT 12 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 63 #define VREPRINT 12 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 343 if (cb.c_cc[VREPRINT] != CRPRNT) in prmodes() 344 pit(cb.c_cc[VREPRINT], "rprnt", "; "); in prmodes() 556 pit(cb.c_cc[VREPRINT], "rprnt", "; "); in pramodes()
|
H A D | sttyparse.c | 121 cb->c_cc[VREPRINT] = gct(*++argv, term); 123 cb->c_cc[VREPRINT] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 343 # ifdef VREPRINT in tty_raw() 344 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_raw() 474 # ifdef VREPRINT in tty_alt() 475 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_alt()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 142 #define VREPRINT 12 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 363 #define termRprntChar new_tc.c_cc[VREPRINT]
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 182 #ifdef VREPRINT 183 { "rprnt", CHAR, T_CHAR, SS, VREPRINT, 'R', C("Redraw the current line") },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1176 FROM_COMPAT_CHAR(termiosp->c_cc[VREPRINT], csp->t_rprntc); in from_compat() 1333 TO_COMPAT_CHAR(csp->t_rprntc, termiosp->c_cc[VREPRINT]); in to_compat()
|
H A D | ldterm.c | 1817 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VREPRINT]) { in ldterm_docanon() 2627 if (tp->t_modes.c_cc[VREPRINT] != (unsigned char) 0) in ldterm_reprint() 2628 (void) ldterm_echo(tp->t_modes.c_cc[VREPRINT], q, ebsize, tp); in ldterm_reprint()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1097 tty.c_cc[VREPRINT] = _POSIX_VDISABLE; in ttcharoff()
|