Home | History | Annotate | Download | only in src

Lines Matching defs:number

26    NTOKENS is the number of tokens, and NVARS is the number of
27 variables (nonterminals). NSYMS is the total number, ntokens +
30 Each symbol (either token or variable) receives a symbol number.
32 are for variables. Symbol number zero is the end-of-input token.
33 This token is counted in ntokens. The true number of token values
39 all the user rules are 2, 3 etc. Each time a rule number is
43 Internally, we cannot use the number 0 for a rule because for
45 symbols are shorts >= 0, and rule number are stored negative.
46 Therefore 0 cannot be used, since it would be both the rule number
49 Actions are accessed via the rule number.
84 The length of the portion is one greater than the number of symbols
89 The portions of RITEM come in order of increasing rule number.
91 called an "item" and its index in RITEM is an item number.
175 /* The number of the rule in the source. It is usually the index in
179 /* The index in RULES. Usually the rule number in the source,
181 rule_number number;
207 /* Return true IFF the rule has a `number' smaller than NRULES. That is, it is
211 /* Return true IFF the rule has a `number' higher than NRULES. That is, it is
219 /* Print this rule's number and lhs on OUT. If a PREVIOUS_LHS was
237 /* Table of the symbols, indexed by the symbol number. */
240 /* TOKEN_TRANSLATION -- a table indexed by a token number as returned
241 by the user's yylex routine, it yields the internal token number