Searched defs:tchars (Results 1 - 6 of 6) sorted by relevance

/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/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/uts/common/sys/
H A Dttold.h48 struct tchars { struct
57 /* note xenix defines tchars as tc */
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1248 tchars(void) function
/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/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 68 milliseconds