Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcompile.h65 extern node *c_funcall (node*, node*);
H A Dparser.y584 { $$ = c_checkcall(c_funcall($1, $3), typechecking); }
H A Dcompile.c2127 node *c_funcall(node *func, node *args) in c_funcall() function
H A Dparser.c2834 { yyval.node = c_checkcall(c_funcall(yyvsp[-3].node, yyvsp[-1].node), typechecking); } in yyparse()