getsym
$$ = getsym($2)->s_type;
$$ = getsym($1)->s_type;
$$ = declarator_name(getsym($2));
$$ = declarator_name(getsym($2));
$$ = declarator_name(getsym($1));
$$ = declarator_name(getsym($1));
$$ = declarator_name(getsym($1));
$$ = old_style_function_parameter_name(getsym($1));
old_style_function_parameter_name(getsym($3)));
named_label(getsym($1));
stmt_goto(getsym($2));
$$ = getsym($1);
$$ = build_name(getsym($1), yychar == T_LPAREN);
designation_push(&$$, DK_MEMBER, getsym($1), 0);
designation_push(&$$, DK_MEMBER, getsym($4), 0);
sym_t *getsym(sbuf_t *);
msym = struct_or_union_member(ln, op, getsym(member));