Symbol: ltchars
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1301
struct ltchars *ltc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
196
static struct ltchars defltc;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
199
static struct ltchars noltc = { (char)-1, (char)-1, (char)-1,
usr/src/cmd/cmd-inet/usr.bin/talk/init_disp.c
121
struct ltchars ltc;
usr/src/cmd/cmd-inet/usr.bin/telnet/externs.h
313
extern struct ltchars nltc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
277
struct ltchars ltc;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
70
struct ltchars oltc = { 0 }, nltc = { 0 };
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
3518
struct ltchars tmpltc;
usr/src/cmd/truss/expound.c
724
struct ltchars ltchars;
usr/src/cmd/truss/expound.c
729
if (Pread(Proc, &ltchars, sizeof (ltchars), offset)
usr/src/cmd/truss/expound.c
730
== sizeof (ltchars)) {
usr/src/cmd/truss/expound.c
732
for (p = (char *)&ltchars, i = 0; i < sizeof (ltchars); i++)
usr/src/cmd/vi/port/ex_tty.h
108
var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
usr/src/uts/common/io/ttcompat.c
293
cqp->cq_size = sizeof (struct ltchars);
usr/src/uts/common/io/ttcompat.c
472
error = miocpullup(mp, sizeof (struct ltchars));
usr/src/uts/common/io/ttcompat.c
477
tp->t_new_ltchars = *((struct ltchars *)mp->b_cont->b_rptr);
usr/src/uts/common/io/ttcompat.c
772
sizeof (struct ltchars));
usr/src/uts/common/io/ttcompat.c
773
datap->b_wptr += sizeof (struct ltchars);
usr/src/uts/common/io/ttcompat.c
857
&tp->t_curstate.t_suspc, sizeof (struct ltchars));
usr/src/uts/common/io/ttcompat.c
991
cqp->cq_size = sizeof (struct ltchars);
usr/src/uts/common/sys/ttcompat.h
72
struct ltchars t_new_ltchars; /* new ltchars from TIOCSLTC */