Searched refs:ltchars (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/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
|
/illumos-gate/usr/src/head/ |
H A D | sgtty.h | 91 struct ltchars { struct
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rex.h | 94 struct ltchars yetmore; /* special Bezerkeley characters */
|
H A D | rex.x | 149 struct ltchars { 169 ltchars yetmore; /* special Berkeley characters */
|
/illumos-gate/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 */
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 91 * (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 D | rex.x | 155 struct ltchars { 175 ltchars yetmore; /* special Berkeley characters */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 123 struct ltchars ltc;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 392 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 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;
|
/illumos-gate/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;
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 127 static struct ltchars l_chars; 267 struct ltchars lchars;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 728 struct ltchars ltchars; local 733 if (Pread(Proc, <chars, sizeof (ltchars), offset) 734 == sizeof (ltchars)) { 736 for (p = (char *)<chars, i = 0; i < sizeof (ltchars); i++)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 3518 struct ltchars tmpltc;
|
Completed in 514 milliseconds