Lines Matching defs:match
41 * Alternatively you can match the whole version (including some vendor-added
49 * = / == match; regex must be surrounded by slashes
50 * ~ match; regex MAY NOT be surrounded by slashes
140 * match version against a regular expression
177 int reverse = 0, done = 0, match = 0, compare;
230 match = !compare;
241 match = match_version(cmd->temp_pool,
258 match = ((-1 == compare) || (*p && !compare));
269 match = ((1 == compare) || (*p && !compare));
283 if ((!reverse && match) || (reverse && !match)) {