Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h143 struct xtty { struct
144 size_t xt_size; /* Structure size. */
145 size_t xt_insize; /* Input queue size. */
146 size_t xt_incc; /* Canonicalized characters. */
147 size_t xt_inlc; /* Input line charaters. */
148 size_t xt_inlow; /* Input low watermark. */
149 size_t xt_outsize; /* Output queue size. */
150 size_t xt_outcc; /* Output queue usage. */
151 size_t xt_outlow; /* Output low watermark. */
153 pid_t xt_pgid; /* Foreground process group. */
[all …]