Searched defs:xtty (Results 1 – 1 of 1) sorted by relevance
141 struct xtty { struct142 size_t xt_size; /* Structure size. */143 size_t xt_insize; /* Input queue size. */144 size_t xt_incc; /* Canonicalized characters. */145 size_t xt_inlc; /* Input line characters. */146 size_t xt_inlow; /* Input low watermark. */147 size_t xt_outsize; /* Output queue size. */148 size_t xt_outcc; /* Output queue usage. */149 size_t xt_outlow; /* Output low watermark. */150 unsigned int xt_column; /* Current column position. */[all …]