Symbol: tchars
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1300
struct tchars *tc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
195
static struct tchars deftc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
197
static struct tchars notc = { (char)-1, (char)-1, (char)-1,
usr/src/cmd/cmd-inet/usr.bin/telnet/externs.h
312
extern struct tchars ntc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
276
struct tchars tc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
69
struct tchars otc = { 0 }, ntc = { 0 };
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4242
struct tchars tchars;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4251
*pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4252
'\177' : tchars.t_intrc;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4264
struct tchars tchars;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4272
*pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4273
'\034' : tchars.t_quitc;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
346
static struct tchars tchar = { '\377', /* interrupt */
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
591
static struct tchars tchar = { '\377', /* interrupt */
usr/src/cmd/power/parse.c
73
"ttychars", tchars, &cpr_status, NULL, 2, 0, 1,
usr/src/cmd/power/pmconfig.h
138
extern int tchars(void);
usr/src/cmd/truss/expound.c
741
struct tchars tchars;
usr/src/cmd/truss/expound.c
746
if (Pread(Proc, &tchars, sizeof (tchars), offset) == sizeof (tchars)) {
usr/src/cmd/truss/expound.c
748
for (p = (char *)&tchars, i = 0; i < sizeof (tchars); i++)
usr/src/cmd/vi/port/ex_tty.h
105
var struct tchars ottyc, nttyc; /* For V7 character masking */
usr/src/uts/common/io/ttcompat.c
296
cqp->cq_size = sizeof (struct tchars);
usr/src/uts/common/io/ttcompat.c
463
error = miocpullup(mp, sizeof (struct tchars));
usr/src/uts/common/io/ttcompat.c
468
tp->t_new_tchars = *((struct tchars *)mp->b_cont->b_rptr);
usr/src/uts/common/io/ttcompat.c
763
sizeof (struct tchars));
usr/src/uts/common/io/ttcompat.c
764
datap->b_wptr += sizeof (struct tchars);
usr/src/uts/common/io/ttcompat.c
837
&tp->t_curstate.t_intrc, sizeof (struct tchars));
usr/src/uts/common/io/ttcompat.c
994
cqp->cq_size = sizeof (struct tchars);
usr/src/uts/common/sys/ttcompat.h
71
struct tchars t_new_tchars; /* new tchars from TIOCSETC */