Searched refs:firsts (Results 1 – 5 of 5) sorted by relevance
46 static bitsetv firsts = NULL; variable50 #define FIRSTS(Var) firsts[(Var) - ntokens]130 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED); in set_firsts()141 bitsetv_matrix_dump (stderr, "RTC: Firsts Input", firsts); in set_firsts()142 bitsetv_reflexive_transitive_closure (firsts); in set_firsts()144 bitsetv_matrix_dump (stderr, "RTC: Firsts Output", firsts); in set_firsts()179 bitsetv_free (firsts); in set_fderives()
35 :firsts38 /^[ ]*$/ !b firsts94 $accept firsts97 e firsts229 $accept firsts232 exp firsts
3547 :firsts3550 /^[ ]*$/ !b firsts3829 :firsts3832 /^[ ]*$/ !b firsts
10417 firsts fVsts
10371 * src/closure.c (firsts): Now, also a bitset.