Lines Matching refs:rule_length
114 /* Within well-formed rules, RULE_LENGTH is the number of values in
119 Outside of well-formed rules, RULE_LENGTH has an undefined value. */
120 static int rule_length;
128 rule_length++;
130 /* Don't allow rule_length == INT_MAX, since that might cause
132 if (rule_length == INT_MAX)
245 "%prec" rule_length--; return PERCENT_PREC;
265 "|" rule_length = 0; return PIPE;
338 rule_length = 0;
873 if (1 - INT_MAX + rule_length <= num && num <= rule_length)
887 rule_length, n, type_name);
951 if (1 - INT_MAX + rule_length <= num && num <= rule_length)
955 rule_length, n);