Lines Matching refs:rule_length
975 /* Within well-formed rules, RULE_LENGTH is the number of values in
980 Outside of well-formed rules, RULE_LENGTH has an undefined value. */
981 static int rule_length;
989 rule_length++;
991 /* Don't allow rule_length == INT_MAX, since that might cause
993 if (rule_length == INT_MAX)
1549 rule_length--; return PERCENT_PREC;
1631 rule_length = 0; return PIPE;
1742 rule_length = 0;
3527 if (1 - INT_MAX + rule_length <= num && num <= rule_length)
3541 rule_length, n, type_name);
3605 if (1 - INT_MAX + rule_length <= num && num <= rule_length)
3609 rule_length, n);