Searched refs:LC_CATCHALL (Results 1 – 2 of 2) sorted by relevance
605 return LC_CATCHALL; in log_expr_node_lookup_flag()933 if ((node->flags & LC_CATCHALL) != 0) in cfg_tree_compile_sequence()1349 if ((rule->flags & LC_CATCHALL)) in cfg_tree_compile()1354 rule->flags &= ~LC_CATCHALL; in cfg_tree_compile()
36 #define LC_CATCHALL 1 macro