Home | History | Annotate | Download | only in src

Lines Matching refs:nsyms

163   Vp = bitset_create (nsyms, BITSET_FIXED);
213 for (i = ntokens; i < nsyms; i++)
296 for (i = ntokens; i < nsyms; i++)
299 for (i = ntokens; i < nsyms; i++)
312 for (i = ntokens; i < nsyms; i++)
314 for (i = ntokens; i < nsyms; i++)
316 for (i = ntokens; i < nsyms; i++)
334 nsyms -= nuseless_nonterminals;
353 fprintf (out, " %s\n", symbols[nsyms + i]->tag);
408 V = bitset_create (nsyms, BITSET_FIXED);
409 V1 = bitset_create (nsyms, BITSET_FIXED);
453 aver (ntokens <= i && i < nsyms + nuseless_nonterminals);
454 return nsyms <= i;