c_ispeed           80 bsp/drv/include/tty.h #define	t_ispeed	t_termios.c_ispeed
c_ispeed          159 include/sys/termios.h 	long		c_ispeed;	/* input speed */
c_ispeed           42 usr/lib/libc/termios/cfgetispeed.c 	return (t->c_ispeed);
c_ispeed           43 usr/lib/libc/termios/cfsetispeed.c 	t->c_ispeed = speed;
c_ispeed           43 usr/lib/libc/termios/cfsetspeed.c 	t->c_ispeed = t->c_ospeed = speed;