Searched defs:curs_fd (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dwin_grab.c556 clientp->curs_fd = -1;
578 clientp->curs_fd = winp->curs_fd;
649 ((clientp->curs_fd == -1) || (clientp->curs_info == NULL))) {
651 int curs_fd; local
657 if ((curs_fd = open(cfn, O_RDWR,0666))<0) {
664 clientp->curs_fd = curs_fd;
671 curs_fd,
679 close(curs_fd);
981 int infofd, devfd , curs_fd, match; local
[all...]
H A Ddga_internal.h85 int curs_fd; /* Client side file descriptor */ member in struct:dga_window

Completed in 9 milliseconds