Lines Matching refs:result
117 const ssize_t result = write(_glfw.x11.emptyEventPipe[1], &byte, 1);
118 if (result == 1 || (result == -1 && errno != EINTR))
130 const ssize_t result = read(_glfw.x11.emptyEventPipe[0], dummy, sizeof(dummy));
131 if (result == -1 && errno != EINTR)
160 int result = WithdrawnState;
171 result = state->state;
177 return result;
1699 const unsigned long result =
1705 if (result)
1727 reply.xclient.data.l[1] = result;
2592 const Bool result = XQueryPointer(_glfw.x11.display, w,
2600 else if (!result)