Searched refs:VREPRINT (Results 1 – 13 of 13) sorted by relevance
| /titanic_53/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_53/usr/src/lib/libbc/inc/include/ |
| H A D | termios.h | 63 #define VREPRINT 12 macro
|
| /titanic_53/usr/src/lib/libbc/inc/include/sys/ |
| H A D | termios.h | 63 #define VREPRINT 12 macro
|
| /titanic_53/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_53/usr/src/uts/common/sys/ |
| H A D | termios.h | 142 #define VREPRINT 12 macro
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | externs.h | 363 #define termRprntChar new_tc.c_cc[VREPRINT]
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
| H A D | edit.c | 345 # ifdef VREPRINT in tty_raw() 346 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_raw() 477 # ifdef VREPRINT in tty_alt() 478 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_alt()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libcmd/ |
| H A D | stty.c | 184 #ifdef VREPRINT 185 { "rprnt", CHAR, T_CHAR, SS, VREPRINT, 'R', C("Redraw the current line") },
|
| /titanic_53/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_53/usr/src/cmd/vi/port/ |
| H A D | ex_put.c | 1097 tty.c_cc[VREPRINT] = _POSIX_VDISABLE; in ttcharoff()
|