Home
last modified time | relevance | path

Searched refs:c_endswitch (Results 1 – 4 of 4) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcompile.h52 extern node *c_endswitch (node*, node*);
H A Dparser.y481 $$ = c_endswitch($3, $6);
H A Dcompile.c1400 node *c_endswitch(node *expr, node *stmt) in c_endswitch() function
H A Dparser.c2686 yyval.node = c_endswitch(yyvsp[-3].node, yyvsp[0].node); in yyparse()