Searched refs:OP_MATCH (Results 1 – 1 of 1) sorted by relevance
41 OP_MATCH, /* == */ enumerator426 assert(IN_SET(op, OP_MATCH, OP_NOMATCH)); in rule_line_add_token()435 op = op == OP_MATCH ? OP_NOMATCH : OP_MATCH; in rule_line_add_token()545 bool is_match = IN_SET(op, OP_MATCH, OP_NOMATCH); in parse_token()763 op = OP_MATCH; in parse_token()773 op = OP_MATCH; in parse_token()989 return OP_MATCH; in parse_operator()1372 return token->op == (match ? OP_MATCH : OP_NOMATCH); in token_match_string()1597 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()1627 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()[all …]