/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
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()
|
/illumos-gate/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 | 46 struct tchars { struct
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 296 cqp->cq_size = sizeof (struct tchars); in ttcompatwput() 463 error = miocpullup(mp, sizeof (struct tchars)); in ttcompat_do_ioctl() 468 tp->t_new_tchars = *((struct tchars *)mp->b_cont->b_rptr); in ttcompat_do_ioctl() 763 sizeof (struct tchars)); in ttcompat_ioctl_ack() 764 datap->b_wptr += sizeof (struct tchars); in ttcompat_ioctl_ack() 837 &tp->t_curstate.t_intrc, sizeof (struct tchars)); in ttcompat_ioctl_ack() 994 cqp->cq_size = sizeof (struct tchars); in ttcopyout()
|
/illumos-gate/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 | 1249 tchars(void) in tchars() function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 105 var struct tchars ottyc, nttyc; /* For V7 character masking */
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 346 static struct tchars tchar = { '\377', /* interrupt */ in setupline() 591 static struct tchars tchar = { '\377', /* interrupt */ in setupline()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 69 struct tchars otc = { 0 }, ntc = { 0 }; 276 struct tchars tc;
|
H A D | externs.h | 312 extern struct tchars ntc;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 741 struct tchars tchars; in show_tchars() local 746 if (Pread(Proc, &tchars, sizeof (tchars), offset) == sizeof (tchars)) { in show_tchars() 748 for (p = (char *)&tchars, i = 0; i < sizeof (tchars); i++) in show_tchars()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 127 static struct tchars l_ttychars; 397 struct tchars ttychars; in tty_alt()
|