Home
last modified time | relevance | path

Searched refs:opt_rule (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipastat_rules.c87 init_rule(const struct opt_rule *opt_rule) in init_rule() argument
91 rule = opt_rule->rule; in init_rule()
108 const struct opt_rule *opt_rule; in init_rules() local
166 deinit_rule(const struct opt_rule *opt_rule) in deinit_rule() argument
170 rule = opt_rule->rule; in deinit_rule()
187 struct opt_rule *opt_rule; in deinit_rules() local
458 struct opt_rule *opt_rule; in opt_rule_add() local
460 opt_rule = mem_malloc(sizeof(*opt_rule), m_anon); in opt_rule_add()
466 opt_rule->name = name; in opt_rule_add()
489 struct opt_rule *opt_rule; in opt_rules_parse() local
[all …]
H A Dipastat_main.c271 output_rule_stat_raw(const struct opt_rule *opt_rule) in output_rule_stat_raw() argument
287 rule = opt_rule->rule; in output_rule_stat_raw()
408 struct opt_rule *opt_rule; in show_rules_stat() local
475 rule = opt_rule->rule; in output_any_limits_list_raw()
502 struct opt_rule *opt_rule; in show_limits_list() local
640 output_limits_stat_raw(const struct opt_rule *opt_rule) in output_limits_stat_raw() argument
651 rule = opt_rule->rule; in output_limits_stat_raw()
677 struct opt_rule *opt_rule; in show_limits_stat() local
772 struct opt_rule *opt_rule; in show_thresholds_list() local
850 output_thresholds_stat_raw(const struct opt_rule *opt_rule) in output_thresholds_stat_raw() argument
[all …]
H A Dipastat_limits.c113 init_limits(const struct opt_rule *opt_rule) in init_limits() argument
121 rule = opt_rule->rule; in init_limits()
122 opt_limits = &opt_rule->opt_limits; in init_limits()
127 STAILQ_FOREACH(opt_limit, &opt_rule->opt_limits, link) { in init_limits()
145 deinit_limits(const struct opt_rule *opt_rule) in deinit_limits() argument
154 rule = opt_rule->rule; in deinit_limits()
155 opt_limits = &opt_rule->opt_limits; in deinit_limits()
249 opt_limits_parse(const struct opt_rule *opt_rule) in opt_limits_parse() argument
256 if (STAILQ_EMPTY(&opt_rule->opt_limits)) in opt_limits_parse()
259 rule = opt_rule->rule; in opt_limits_parse()
[all …]
H A Dipastat_thresholds.c113 init_thresholds(const struct opt_rule *opt_rule) in init_thresholds() argument
121 rule = opt_rule->rule; in init_thresholds()
122 opt_thresholds = &opt_rule->opt_thresholds; in init_thresholds()
146 deinit_thresholds(const struct opt_rule *opt_rule) in deinit_thresholds() argument
155 rule = opt_rule->rule; in deinit_thresholds()
156 opt_thresholds = &opt_rule->opt_thresholds; in deinit_thresholds()
162 STAILQ_FOREACH(opt_threshold, &opt_rule->opt_thresholds, link) { in deinit_thresholds()
250 opt_thresholds_parse(const struct opt_rule *opt_rule) in opt_thresholds_parse() argument
257 if (STAILQ_EMPTY(&opt_rule->opt_thresholds)) in opt_thresholds_parse()
260 rule = opt_rule->rule; in opt_thresholds_parse()
[all …]
H A Dipastat_thresholds.h43 struct opt_rule;
95 extern int init_thresholds(const struct opt_rule *);
96 extern int deinit_thresholds(const struct opt_rule *);
102 extern int opt_thresholds_parse(const struct opt_rule *);
H A Dipastat_limits.h43 struct opt_rule;
94 extern int init_limits(const struct opt_rule *);
95 extern int deinit_limits(const struct opt_rule *);
101 extern int opt_limits_parse(const struct opt_rule *);
H A Dipastat_rules.h130 struct opt_rule { struct
131 STAILQ_ENTRY(opt_rule) link; /* For list building. */
153 STAILQ_HEAD(opt_rules_list, opt_rule); argument
157 extern struct opt_rule *cur_opt_rule;
H A Dipastat.c321 const struct opt_rule *opt_rule; in parse_query() local
452 STAILQ_FOREACH(opt_rule, &opt_rules_list, link) in parse_query()
453 if (opt_rule->type != type) in parse_query()
/dports/lang/micropython/micropython-1.17/py/
H A Dgrammar.h79 DEF_RULE_NC(typedargslist_name, and_ident(3), tok(NAME), opt_rule(generic_colon_test), opt_rule(gen…
80 DEF_RULE_NC(typedargslist_star, and(2), tok(OP_STAR), opt_rule(tfpdef))
82 DEF_RULE_NC(tfpdef, and(2), tok(NAME), opt_rule(generic_colon_test))
87 DEF_RULE_NC(varargslist_star, and(2), tok(OP_STAR), opt_rule(vfpdef))
160 DEF_RULE_NC(import_as_name, and(2), tok(NAME), opt_rule(as_name))
191 …W_IF), rule(namedexpr_test), tok(DEL_COLON), rule(suite), opt_rule(if_stmt_elif_list), opt_rule(el…
198 …mt_except_and_more, and_ident(3), rule(try_stmt_except_list), opt_rule(else_stmt), opt_rule(try_st…
253 DEF_RULE_NC(comp_op_is, and(2), tok(KW_IS), opt_rule(comp_op_is_not))
308 DEF_RULE_NC(subscript_3c, and(2), tok(DEL_COLON), opt_rule(test))
310 DEF_RULE_NC(sliceop, and(2), tok(DEL_COLON), opt_rule(test))
[all …]
H A Dparse.c114 #define opt_rule(r) (RULE_ARG_OPT_RULE | RULE_##r) macro
130 #undef opt_rule
/dports/textproc/p5-xmltv/xmltv-0.5.70/filter/
H A Dtv_augment96 $opt_rule,
108 'r|rule=s' => \$opt_rule,
128 'rule' => $opt_rule,
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/rule-qa/
H A Drule-hits-over-time48 our ( $opt_rule, $opt_size_x, $opt_size_y, $opt_text, $opt_cgi,
63 usage() unless $opt_rule;
72 my $rule_re = qr/[, ]${opt_rule}[, ]/;
127 create_gp("$opt_rule $settitle");
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dotl_conf.c384 pdf_obj *opt_dict, *opt_rule; in parse_block() local
401 opt_rule = parse_block(gclass, pp, endptr); in parse_block()
402 pdf_add_dict(opt_dict, pdf_new_name(tmp), opt_rule); in parse_block()