/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 44 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 D | rex.x | 155 struct ltchars { struct 175 ltchars yetmore; /* special Berkeley characters */ argument
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | rex.x | 149 struct ltchars { struct 169 ltchars yetmore; /* special Berkeley characters */ argument
|
H A D | rex.h | 94 struct ltchars yetmore; /* special Bezerkeley characters */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttcompat.h | 72 struct ltchars t_new_ltchars; /* new ltchars from TIOCSLTC */
|
H A D | ttold.h | 83 struct ltchars { struct
|
/titanic_44/usr/src/head/ |
H A D | sgtty.h | 91 struct ltchars { struct
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 392 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 D | ex_tty.h | 110 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 123 struct ltchars ltc; in set_edit_chars()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 74 struct ltchars oltc = { 0 }, nltc = { 0 }; 281 struct ltchars ltc;
|
H A D | externs.h | 315 extern struct ltchars nltc;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 196 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 D | expound.c | 727 struct ltchars ltchars; in show_ltchars() local 732 if (Pread(Proc, <chars, sizeof (ltchars), offset) in show_ltchars() 733 == sizeof (ltchars)) { in show_ltchars() 735 for (p = (char *)<chars, i = 0; i < sizeof (ltchars); i++) in show_ltchars()
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 127 static struct ltchars l_chars; 267 struct ltchars lchars; in tty_raw()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 3518 struct ltchars tmpltc; in telrcv()
|