Lines Matching defs:exists
346 Bool exists;
367 exists = rep.flags;
368 if (exists && value) *value = rep.value;
371 return exists;
397 Bool exists;
418 exists = rep.flags;
419 if (exists && value) *value = rep.value_64;
422 return exists;
437 Bool exists;
464 exists = rep.flags;
465 if (exists) {
468 if (!exists || !*ptr) {
479 return exists;
564 Bool exists;
579 exists = rep.flags;
580 if (exists) {
593 return exists;
606 Bool exists;
630 exists = rep.flags;
631 if (exists) {
637 return exists;
652 Bool exists;
669 exists = rep.flags;
670 if (exists) {
683 return exists;
695 Bool exists;
712 exists = XNVCTRLQueryValidTargetAttributeValues64(dpy, info,
719 exists = XNVCTRLQueryValidTargetAttributeValues32(dpy, info,
726 return exists;
753 Bool exists;
770 exists = rep.flags;
771 if (exists && permissions) {
777 return exists;
981 Bool exists;
1008 exists = rep.flags;
1009 if (exists) {
1012 if (!exists || !*ptr) {
1024 return exists;