/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 35 struct tchars { struct 87 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ 88 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | wc.c | 96 Sfoff_t tlines=0, twords=0, tchars=0; in b_wc() local 175 tchars += wp->chars; in b_wc() 183 wp->chars = tchars; in b_wc()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 144 struct tchars { struct 174 tchars more; /* interrupt, kill characters, etc. */
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 138 struct tchars { struct 168 tchars more; /* interrupt, kill characters, etc. */
|
H A D | rex.h | 93 struct tchars more; /* interrupt, kill characters, etc. */
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ttcompat.h | 71 struct tchars t_new_tchars; /* new tchars from TIOCSETC */
|
H A D | ttold.h | 48 struct tchars { struct
|
/titanic_41/usr/src/cmd/power/ |
H A D | pmconfig.h | 138 extern int tchars(void);
|
H A D | parse.c | 73 "ttychars", tchars, &cpr_status, NULL, 2, 0, 1,
|
H A D | handlers.c | 1248 tchars(void) in tchars() function
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 395 cqp->cq_size = sizeof (struct tchars); in ttcompatwput() 561 error = miocpullup(mp, sizeof (struct tchars)); in ttcompat_do_ioctl() 566 tp->t_new_tchars = *((struct tchars *)mp->b_cont->b_rptr); in ttcompat_do_ioctl() 861 sizeof (struct tchars)); in ttcompat_ioctl_ack() 862 datap->b_wptr += sizeof (struct tchars); in ttcompat_ioctl_ack() 935 &tp->t_curstate.t_intrc, sizeof (struct tchars)); in ttcompat_ioctl_ack() 1092 cqp->cq_size = sizeof (struct tchars); in ttcopyout()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 107 var struct tchars ottyc, nttyc; /* For V7 character masking */
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 348 static struct tchars tchar = { '\377', /* interrupt */ in setupline() 593 static struct tchars tchar = { '\377', /* interrupt */ in setupline()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 73 struct tchars otc = { 0 }, ntc = { 0 }; 280 struct tchars tc;
|
H A D | externs.h | 314 extern struct tchars ntc;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 195 static struct tchars deftc; 197 static struct tchars notc = { (char)-1, (char)-1, (char)-1, 1300 struct tchars *tc; in mode()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 4242 struct tchars tchars; in interrupt() local 4251 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in interrupt() 4252 '\177' : tchars.t_intrc; in interrupt() 4264 struct tchars tchars; in sendbrk() local 4272 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in sendbrk() 4273 '\034' : tchars.t_quitc; in sendbrk()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 744 struct tchars tchars; in show_tchars() local 749 if (Pread(Proc, &tchars, sizeof (tchars), offset) == sizeof (tchars)) { in show_tchars() 751 for (p = (char *)&tchars, i = 0; i < sizeof (tchars); i++) in show_tchars()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 126 static struct tchars l_ttychars; 394 struct tchars ttychars; in tty_alt()
|