Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dtty.h137 struct xtty { struct
138 size_t xt_size; /* Structure size. */
139 size_t xt_insize; /* Input queue size. */
140 size_t xt_incc; /* Canonicalized characters. */
141 size_t xt_inlc; /* Input line charaters. */
142 size_t xt_inlow; /* Input low watermark. */
143 size_t xt_outsize; /* Output queue size. */
144 size_t xt_outcc; /* Output queue usage. */
145 size_t xt_outlow; /* Output low watermark. */
146 unsigned int xt_column; /* Current column position. */
[all …]