Searched refs:ltchars (Results 1 - 16 of 16) 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.h83 struct ltchars { struct
/illumos-gate/usr/src/head/
H A Dsgtty.h91 struct ltchars { struct
/illumos-gate/usr/src/cmd/rexd/
H A Drex.h94 struct ltchars yetmore; /* special Bezerkeley characters */
H A Drex.x149 struct ltchars {
169 ltchars yetmore; /* special Berkeley characters */
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h91 * (5) Berkeley 4BSD: has ltchars in addition to all of V7.
110 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
/illumos-gate/usr/src/head/rpcsvc/
H A Drex.x155 struct ltchars {
175 ltchars yetmore; /* special Berkeley characters */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c123 struct ltchars ltc;
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c392 cqp->cq_size = sizeof (struct ltchars);
570 error = miocpullup(mp, sizeof (struct ltchars));
575 tp->t_new_ltchars = *((struct ltchars *)mp->b_cont->b_rptr);
870 sizeof (struct ltchars));
871 datap->b_wptr += sizeof (struct ltchars);
955 &tp->t_curstate.t_suspc, sizeof (struct ltchars));
1089 cqp->cq_size = sizeof (struct ltchars);
/illumos-gate/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;
/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;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c127 static struct ltchars l_chars;
267 struct ltchars lchars;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c728 struct ltchars ltchars; local
733 if (Pread(Proc, &ltchars, sizeof (ltchars), offset)
734 == sizeof (ltchars)) {
736 for (p = (char *)&ltchars, i = 0; i < sizeof (ltchars); i++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3518 struct ltchars tmpltc;

Completed in 275 milliseconds