Searched defs:ltchars (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsgtty.h91 struct ltchars { struct
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h44 struct ltchars { struct
160 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars */
161 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars */
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h83 struct ltchars { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c728 struct ltchars ltchars; local
733 if (Pread(Proc, &ltchars, sizeof (ltchars), offset)
734 == sizeof (ltchars)) {
736 for (p = (char *)&ltchars, i = 0; i < sizeof (ltchars); i++)

Completed in 70 milliseconds