Home
last modified time | relevance | path

Searched refs:VREPRINT (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h106 #if defined(VREPRINT)
107 TTYCHAR(VREPRINT, 12)
/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c292 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 Dsttyparse.c110 cb->c_cc[VREPRINT] = gct(*++argv, term);
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h63 #define VREPRINT 12 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h63 #define VREPRINT 12 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c343 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 Dsttyparse.c121 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 Dedit.c343 # 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 Dtermios.h142 #define VREPRINT 12 macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h363 #define termRprntChar new_tc.c_cc[VREPRINT]
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c182 #ifdef VREPRINT
183 { "rprnt", CHAR, T_CHAR, SS, VREPRINT, 'R', C("Redraw the current line") },
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1176 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 Dldterm.c1817 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 Dex_put.c1097 tty.c_cc[VREPRINT] = _POSIX_VDISABLE; in ttcharoff()