Home | History | Annotate | Download | only in stty

Lines Matching refs:tp

62 gprint(struct termios *tp)
67 tp->c_cflag, tp->c_iflag, tp->c_lflag, tp->c_oflag);
69 (void)printf("%s=%x:", cp->name, tp->c_cc[cp->sub]);
70 (void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp));
74 gread(struct termios *tp, char *s)
93 tp->c_cflag = tmp;
97 tp->c_iflag = tmp;
103 tp->c_ispeed = tmp;
108 tp->c_lflag = tmp;
112 tp->c_oflag = tmp;
118 tp->c_ospeed = tmp;
126 tp->c_cc[cp->sub] = tmp;