Searched refs:exnewsub (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/graphviz/graphviz-2.44.1/lib/expr/ |
H A D | exparse.y | 848 $$ = exnewsub (expr.program, $3, GSUB); 852 $$ = exnewsub (expr.program, $3, SUB);
|
H A D | y.tab.c | 2688 (yyval.expr) = exnewsub (expr.program, (yyvsp[-1].expr), GSUB); in yyparse() 2696 (yyval.expr) = exnewsub (expr.program, (yyvsp[-1].expr), SUB); in yyparse()
|
H A D | exparse.c | 2688 (exval.expr) = exnewsub (expr.program, (exvsp[-1].expr), GSUB); in exparse() 2696 (exval.expr) = exnewsub (expr.program, (exvsp[-1].expr), SUB); in exparse()
|
H A D | exgram.h | 235 static Exnode_t *exnewsub(Expr_t * p, Exnode_t * args, int op) { in exnewsub() function
|