Home | History | Annotate | Download | only in lib

Lines Matching defs:matched

77  * Returns TRUE if matched; otherwise FALSE.
84 bool matched = FALSE;
94 matched = targetVersion < fullVersion;
98 matched = targetVersion <= fullVersion;
102 matched = targetVersion == fullVersion;
106 matched = targetVersion >= fullVersion;
110 matched = targetVersion > fullVersion;
114 if(matched && (platform == PLATFORM_WINDOWS)) {
116 matched = FALSE;
133 matched = TRUE;
139 matched = TRUE;
145 matched = TRUE;
151 matched = TRUE;
158 matched = TRUE;
163 if(matched) {
167 matched = FALSE;
172 matched = FALSE;
246 matched = TRUE;
249 return matched;