Home | History | Annotate | Download | only in common

Lines Matching defs:term

151 		struct termios term;
155 term = tp->t_termios;
157 term.c_ispeed = speed;
159 term.c_ispeed = compatspcodes[speed];
161 term.c_ospeed = speed;
163 term.c_ospeed = compatspcodes[speed];
164 term.c_cc[VERASE] = sg->sg_erase;
165 term.c_cc[VKILL] = sg->sg_kill;
167 ttcompatsetflags(tp, &term);
170 (void *)&term, flag, l));
222 struct termios term;
228 term = tp->t_termios;
241 ttcompatsetlflags(tp, &term);
243 return (ttioctl(tp, TIOCSETA, (void *)&term, flag, l));