Lines Matching refs:bucket
46 static void start_rule(bucket *bp, int s_lineno);
80 static bucket *goal;
89 static bucket **pitem;
92 static bucket **plhs;
112 static bucket *default_destructor[3] =
119 static bucket *
124 bucket *bp, **bpp = &default_destructor[TYPE_SPECIFIED]; in lookup_type_destructor()
1430 static bucket *
1437 bucket *bp; in get_literal()
1629 static bucket *
1750 bucket *bp; in declare_tokens()
1864 declare_argtypes(bucket *bp) in declare_argtypes()
1980 bucket *bp = NULL; in declare_types()
2027 bucket *bp; in declare_start()
2152 pitem = TMALLOC(bucket *, maxitems); in initialize_grammar()
2163 plhs = TMALLOC(bucket *, maxrules); in initialize_grammar()
2189 pitem = TREALLOC(bucket *, pitem, maxitems); in expand_items()
2198 plhs = TREALLOC(bucket *, plhs, maxrules); in expand_rules()
2314 parse_arginfo(bucket *a, char *args, int argslen) in parse_arginfo()
2384 bucket **rhs; in compile_arg()
2489 bucket **rhs; in can_elide_arg()
2628 bucket *bp; in advance_to_start()
2700 start_rule(bucket *bp, int s_lineno) in start_rule()
2743 bucket *bp, **bpp; in insert_empty_rule()
2812 bucket *bp; in add_symbol()
2915 bucket **rhs; in copy_action()
3401 bucket *bp; in copy_destructor()
3569 bucket *bp = NULL; in mark_symbol()
3687 bucket *bp; in pack_names()
3716 bucket *bp; in check_symbols()
3768 bucket *bp; in pack_symbols()
3769 bucket **v; in pack_symbols()
3812 v = TMALLOC(bucket *, nsyms); in pack_symbols()
4075 bucket *bp; in finalize_destructors()
4138 bucket *p; in finalize_destructors()