Lines Matching refs:OP_MATCH
41 OP_MATCH, /* == */ enumerator
426 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()
1714 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1717 return token->op == (match ? OP_MATCH : OP_NOMATCH); in udev_rule_apply_token_to_event()
1750 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1804 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1870 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1885 … return token->op == (event->builtin_ret & mask ? OP_NOMATCH : OP_MATCH); in udev_rule_apply_token_to_event()
1906 return token->op == (r >= 0 ? OP_MATCH : OP_NOMATCH); in udev_rule_apply_token_to_event()
1925 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1942 return token->op == OP_MATCH; in udev_rule_apply_token_to_event()
1960 return token->op == (r > 0 ? OP_MATCH : OP_NOMATCH); in udev_rule_apply_token_to_event()