Home
last modified time | relevance | path

Searched refs:N_SPREAD (Results 1 – 7 of 7) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h170 # define N_SPREAD 94 macro
H A Dparser.y819 $$->r.right = node_mon(N_SPREAD, -1, $$->r.right);
821 $$ = node_mon(N_SPREAD, -1, $$);
H A Dcompile.c2061 if ((*arg)->type == N_SPREAD) { in funcall()
2110 if (args->type == N_SPREAD) { in funcall()
H A Dparser.c3103 yyval.node->r.right = node_mon(N_SPREAD, -1, yyval.node->r.right); in yyparse()
3105 yyval.node = node_mon(N_SPREAD, -1, yyval.node); in yyparse()
H A Dcodegenc.c823 if (n->type == N_SPREAD) { in cg_funargs()
H A Dcodegeni.c808 if (n->type == N_SPREAD) { in cg_funargs()
H A Doptimize.c1464 if (n->type == N_SPREAD) { in opt_expr()