Home
last modified time | relevance | path

Searched refs:ltchars (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h72 struct ltchars t_new_ltchars; /* new ltchars from TIOCSLTC */
H A Dttold.h81 struct ltchars { struct
/illumos-gate/usr/src/head/
H A Dsgtty.h89 struct ltchars { struct
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c293 cqp->cq_size = sizeof (struct ltchars); in ttcompatwput()
472 error = miocpullup(mp, sizeof (struct ltchars)); in ttcompat_do_ioctl()
477 tp->t_new_ltchars = *((struct ltchars *)mp->b_cont->b_rptr); in ttcompat_do_ioctl()
772 sizeof (struct ltchars)); in ttcompat_ioctl_ack()
773 datap->b_wptr += sizeof (struct ltchars); in ttcompat_ioctl_ack()
857 &tp->t_curstate.t_suspc, sizeof (struct ltchars)); in ttcompat_ioctl_ack()
991 cqp->cq_size = sizeof (struct ltchars); in ttcopyout()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h108 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c121 struct ltchars ltc; in set_edit_chars()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c196 static struct ltchars defltc;
199 static struct ltchars noltc = { (char)-1, (char)-1, (char)-1,
1301 struct ltchars *ltc; in mode()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c70 struct ltchars oltc = { 0 }, nltc = { 0 };
277 struct ltchars ltc;
H A Dexterns.h313 extern struct ltchars nltc;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c724 struct ltchars ltchars; in show_ltchars() local
729 if (Pread(Proc, &ltchars, sizeof (ltchars), offset) in show_ltchars()
730 == sizeof (ltchars)) { in show_ltchars()
732 for (p = (char *)&ltchars, i = 0; i < sizeof (ltchars); i++) in show_ltchars()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c128 static struct ltchars l_chars;
269 struct ltchars lchars; in tty_raw()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3518 struct ltchars tmpltc; in telrcv()