Lines Matching full:found
501 p->found = FALSE; in ParseOptionValue()
506 p->found = TRUE; in ParseOptionValue()
514 p->found = FALSE; in ParseOptionValue()
525 p->found = FALSE; in ParseOptionValue()
529 p->found = TRUE; in ParseOptionValue()
534 p->found = TRUE; in ParseOptionValue()
543 p->found = FALSE; in ParseOptionValue()
548 p->found = TRUE; in ParseOptionValue()
556 p->found = FALSE; in ParseOptionValue()
562 p->found = TRUE; in ParseOptionValue()
570 p->found = FALSE; in ParseOptionValue()
586 p->found = FALSE; in ParseOptionValue()
589 p->found = TRUE; in ParseOptionValue()
600 p->found = FALSE; in ParseOptionValue()
607 p->found = TRUE; in ParseOptionValue()
620 p->found = FALSE; in ParseOptionValue()
622 if (p->found) in ParseOptionValue()
631 p->found = FALSE; in ParseOptionValue()
633 if (p->found) { in ParseOptionValue()
641 p->found = FALSE; in ParseOptionValue()
644 if (p->found && markUsed) { in ParseOptionValue()
663 p->found = FALSE; in ParseOptionValue()
672 p->found = FALSE; in ParseOptionValue()
682 p->found = TRUE; in ParseOptionValue()
687 p->found = FALSE; in ParseOptionValue()
691 p->found = FALSE; in ParseOptionValue()
693 if (p->found && markUsed) { in ParseOptionValue()
703 p->found = FALSE; in ParseOptionValue()
705 return p->found; in ParseOptionValue()
731 if (p->found) in xf86TokenToOptinfo()
759 return p && p->found; in xf86IsOptionSet()
768 if (p && p->found) in xf86GetOptValString()
780 if (p && p->found) { in xf86GetOptValInteger()
794 if (p && p->found) { in xf86GetOptValULong()
808 if (p && p->found) { in xf86GetOptValReal()
823 if (p && p->found) { in xf86GetOptValFreq()
871 if (p && p->found) { in xf86GetOptValBool()
885 if (p && p->found) { in xf86ReturnOptValBool()