Home
last modified time | relevance | path

Searched refs:the_device (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_mouse.c697 char *the_device = 0; in initialize_mousetype() local
700 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()