Searched refs:current_max_rules (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dnfa.c689 if (++num_rules >= current_max_rules) {
691 current_max_rules += MAX_RULES_INCREMENT;
693 current_max_rules);
695 current_max_rules);
697 current_max_rules);
699 current_max_rules);
H A Dmain.c73 int maximum_mns, current_mns, current_max_rules;
1727 current_max_rules = INITIAL_MAX_RULES;
1728 rule_type = allocate_integer_array (current_max_rules);
1729 rule_linenum = allocate_integer_array (current_max_rules);
1730 rule_useful = allocate_integer_array (current_max_rules);
1731 rule_has_nl = allocate_bool_array (current_max_rules);
72 int maximum_mns, current_mns, current_max_rules; variable
H A Dflexdef.h484 * current_max_rules - current maximum number of rules
510 extern int maximum_mns, current_mns, current_max_rules;

Completed in 178 milliseconds