Home
last modified time | relevance | path

Searched defs:ltchars (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsgtty.h89 struct ltchars { struct
90 char t_suspc; /* stop process signal */
91 char t_dsuspc; /* delayed stop process signal */
92 char t_rprntc; /* reprint line */
93 char t_flushc; /* flush output (toggles) */
94 char t_werasc; /* word erase */
95 char t_lnextc; /* literal next character */
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h81 struct ltchars { struct
82 char t_suspc; /* stop process signal */
83 char t_dsuspc; /* delayed stop process signal */
84 char t_rprntc; /* reprint line */
85 char t_flushc; /* flush output (toggles) */
86 char t_werasc; /* word erase */
87 char t_lnextc; /* literal next character */
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c724 struct ltchars ltchars; in show_ltchars() local