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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_grab.c551 clientp->curs_fd = -1;
573 clientp->curs_fd = winp->curs_fd;
644 ((clientp->curs_fd == -1) || (clientp->curs_info == NULL))) {
646 int curs_fd; local
652 if ((curs_fd = open(cfn, O_RDWR,0666))<0) {
659 clientp->curs_fd = curs_fd;
666 curs_fd,
674 close(curs_fd);
976 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 17 milliseconds