Home | History | Annotate | Download | only in lint1

Lines Matching refs:getsym

509 		$$ = getsym($1);
545 $$ = build_name(getsym($1), yychar == T_LPAREN);
591 designation_push(&$$, DK_MEMBER, getsym($1), 0);
601 designation_push(&$$, DK_MEMBER, getsym($4), 0);
1015 $$ = getsym($2)->s_type;
1156 $$ = getsym($1)->s_type;
1249 /* too late, i know, but getsym() compensates it */
1477 $$ = declarator_name(getsym($2));
1496 $$ = declarator_name(getsym($2));
1627 $$ = declarator_name(getsym($1));
1633 $$ = declarator_name(getsym($1));
1657 $$ = declarator_name(getsym($1));
1716 $$ = old_style_function_parameter_name(getsym($1));
1720 old_style_function_parameter_name(getsym($3)));
2079 named_label(getsym($1));
2320 stmt_goto(getsym($2));