Lines Matching refs:status
353 register int status;
358 status = XGrabKeyboard(ast_xw.xw_display, ast_xw.xw_window,
360 ast_xw.xw_grab_keyboard = status == GrabSuccess;
366 status);
368 if (status != GrabSuccess) {
383 register int status;
388 status = XUngrabKeyboard(ast_xw.xw_display, CurrentTime);
393 CurrentTime, status);
403 register int status;
408 status = XGrabPointer(ast_xw.xw_display, ast_xw.xw_window,
412 ast_xw.xw_grab_pointer = status == GrabSuccess;
421 status);
423 if (status != GrabSuccess) {
438 register int status;
443 status = XUngrabPointer(ast_xw.xw_display, CurrentTime);
449 CurrentTime, status);
536 int status;
540 status = DPMSQueryExtension(ast_xw.xw_display,
545 status,
549 if (status != True)