HomeSort by relevance Sort by last modified time
    Searched refs:rule_length (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
scan-gram.l 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
    [all...]
scan-gram.c 981 static int rule_length; variable
1631 rule_length = 0; return PIPE; variable
    [all...]

Completed in 3033 milliseconds