Searched refs:tchars (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h71 struct tchars t_new_tchars; /* new tchars from TIOCSETC */
H A Dttold.h48 struct tchars { struct
57 /* note xenix defines tchars as tc */
/illumos-gate/usr/src/lib/libcmd/common/
H A Dwc.c96 Sfoff_t tlines=0, twords=0, tchars=0; local
175 tchars += wp->chars;
183 wp->chars = tchars;
/illumos-gate/usr/src/cmd/rexd/
H A Drex.h93 struct tchars more; /* interrupt, kill characters, etc. */
H A Drex.x138 struct tchars {
168 tchars more; /* interrupt, kill characters, etc. */
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h35 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 */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h86 * (2) V7 research: has CBREAK, has ioctl, and has the tchars (TIOCSETC)
107 var struct tchars ottyc, nttyc; /* For V7 character masking */
110 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
/illumos-gate/usr/src/head/rpcsvc/
H A Drex.x144 struct tchars {
174 tchars more; /* interrupt, kill characters, etc. */
/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) function
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c395 cqp->cq_size = sizeof (struct tchars);
561 error = miocpullup(mp, sizeof (struct tchars));
566 tp->t_new_tchars = *((struct tchars *)mp->b_cont->b_rptr);
861 sizeof (struct tchars));
862 datap->b_wptr += sizeof (struct tchars);
935 &tp->t_curstate.t_intrc, sizeof (struct tchars));
1092 cqp->cq_size = sizeof (struct tchars);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c348 static struct tchars tchar = { '\377', /* interrupt */
593 static struct tchars tchar = { '\377', /* interrupt */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c73 struct tchars otc = { 0 }, ntc = { 0 };
280 struct tchars tc;
H A Dexterns.h314 extern struct tchars ntc;
/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4242 struct tchars tchars; local
4251 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
4252 '\177' : tchars.t_intrc;
4264 struct tchars tchars; local
4272 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
4273 '\034' : tchars.t_quitc;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c126 static struct tchars l_ttychars;
394 struct tchars ttychars;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c745 struct tchars tchars; local
750 if (Pread(Proc, &tchars, sizeof (tchars), offset) == sizeof (tchars)) {
752 for (p = (char *)&tchars, i = 0; i < sizeof (tchars); i++)

Completed in 132 milliseconds