Searched refs:the_device (Results 1 – 1 of 1) sorted by relevance
697 char *the_device = 0; in initialize_mousetype() local700 the_device = ttyname(sp->_ifd); in initialize_mousetype()701 if (the_device == 0) in initialize_mousetype()702 the_device = dev_tty; in initialize_mousetype()704 sp->_mouse_fd = open(the_device, O_RDWR); in initialize_mousetype()