Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h44 struct ltchars { struct
160 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars */
161 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars */
/titanic_44/usr/src/head/rpcsvc/
H A Drex.x155 struct ltchars { struct
175 ltchars yetmore; /* special Berkeley characters */ argument
/titanic_44/usr/src/cmd/rexd/
H A Drex.x149 struct ltchars { struct
169 ltchars yetmore; /* special Berkeley characters */ argument
H A Drex.h94 struct ltchars yetmore; /* special Bezerkeley characters */
/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h72 struct ltchars t_new_ltchars; /* new ltchars from TIOCSLTC */
H A Dttold.h83 struct ltchars { struct
/titanic_44/usr/src/head/
H A Dsgtty.h91 struct ltchars { struct
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c392 cqp->cq_size = sizeof (struct ltchars); in ttcompatwput()
570 error = miocpullup(mp, sizeof (struct ltchars)); in ttcompat_do_ioctl()
575 tp->t_new_ltchars = *((struct ltchars *)mp->b_cont->b_rptr); in ttcompat_do_ioctl()
870 sizeof (struct ltchars)); in ttcompat_ioctl_ack()
871 datap->b_wptr += sizeof (struct ltchars); in ttcompat_ioctl_ack()
955 &tp->t_curstate.t_suspc, sizeof (struct ltchars)); in ttcompat_ioctl_ack()
1089 cqp->cq_size = sizeof (struct ltchars); in ttcopyout()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_tty.h110 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c123 struct ltchars ltc; in set_edit_chars()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c74 struct ltchars oltc = { 0 }, nltc = { 0 };
281 struct ltchars ltc;
H A Dexterns.h315 extern struct ltchars nltc;
/titanic_44/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()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c727 struct ltchars ltchars; in show_ltchars() local
732 if (Pread(Proc, &ltchars, sizeof (ltchars), offset) in show_ltchars()
733 == sizeof (ltchars)) { in show_ltchars()
735 for (p = (char *)&ltchars, i = 0; i < sizeof (ltchars); i++) in show_ltchars()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c127 static struct ltchars l_chars;
267 struct ltchars lchars; in tty_raw()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3518 struct ltchars tmpltc; in telrcv()