Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dsgtty.h91 struct ltchars { struct
92 char t_suspc; /* stop process signal */
93 char t_dsuspc; /* delayed stop process signal */
94 char t_rprntc; /* reprint line */
95 char t_flushc; /* flush output (toggles) */
96 char t_werasc; /* word erase */
97 char t_lnextc; /* literal next character */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h44 struct ltchars { struct
45 char t_suspc; /* stop process signal */
46 char t_dsuspc; /* delayed stop process signal */
47 char t_rprntc; /* reprint line */
48 char t_flushc; /* flush output (toggles) */
49 char t_werasc; /* word erase */
50 char t_lnextc; /* literal next character */
/titanic_41/usr/src/uts/common/sys/
H A Dttold.h83 struct ltchars { struct
84 char t_suspc; /* stop process signal */
85 char t_dsuspc; /* delayed stop process signal */
86 char t_rprntc; /* reprint line */
87 char t_flushc; /* flush output (toggles) */
88 char t_werasc; /* word erase */
89 char t_lnextc; /* literal next character */
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x155 struct ltchars { struct
175 ltchars yetmore; /* special Berkeley characters */ argument
/titanic_41/usr/src/cmd/rexd/
H A Drex.x149 struct ltchars { struct
169 ltchars yetmore; /* special Berkeley characters */ argument
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c727 struct ltchars ltchars; in show_ltchars() local