getc              926 dev/ic/com.c   		bus_space_write_1(iot, ioh, com_data, getc(&tp->t_outq));
getc             1297 dev/ic/cy.c    					ch = getc(&tp->t_outq);
getc             1286 dev/wscons/wskbd.c 			(*wskbd_console_data.t_consops->getc)
getc               58 dev/wscons/wskbdvar.h 	void    (*getc)(void *, u_int *, int *);
getc             1409 kern/tty.c     	while ((c = getc(&tq)) >= 0)
getc             1556 kern/tty.c     	while ((c = getc(qp)) >= 0) {
getc              323 kern/tty_pty.c 			if (ureadc(getc(&tp->t_canq), uio) < 0) {
getc              328 kern/tty_pty.c 			(void) getc(&tp->t_canq);
getc              489 kern/tty_subr.c 	while ((c = getc(from)) != -1)
getc              333 net/ppp_tty.c      getc(&tp->t_canq);
getc              257 sys/tty.h      int	 getc(struct clist *q);