Searched defs:ldterm_mod (Results 1 – 1 of 1) sorted by relevance
209 typedef struct ldterm_mod { struct210 struct termios t_modes; /* Effective modes set by the provider below */211 struct termios t_amodes; /* Apparent modes for user programs */212 struct termios t_dmodes; /* Modes that driver wishes to process */213 unsigned int t_state; /* internal state of ldterm module */214 int t_line; /* output line of tty */215 int t_col; /* output column of tty */216 int t_rocount; /* number of chars echoed since last output */217 int t_rocol; /* column in which first such char appeared */218 mblk_t *t_message; /* pointer to first mblk in message being */[all …]