Home
last modified time | relevance | path

Searched refs:tchars (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c96 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 Dttcompat.h71 struct tchars t_new_tchars; /* new tchars from TIOCSETC */
H A Dttold.h46 struct tchars { struct
/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h138 extern int tchars(void);
H A Dparse.c73 "ttychars", tchars, &cpr_status, NULL, 2, 0, 1,
H A Dhandlers.c1248 tchars(void) in tchars() function
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c296 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/vi/port/
H A Dex_tty.h105 var struct tchars ottyc, nttyc; /* For V7 character masking */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c346 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 Drlogin.c195 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 Dsys_bsd.c69 struct tchars otc = { 0 }, ntc = { 0 };
276 struct tchars tc;
H A Dexterns.h312 extern struct tchars ntc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4242 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 Dexpound.c741 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 Dedit.c127 static struct tchars l_ttychars;
397 struct tchars ttychars; in tty_alt()