Searched refs:ExprCreateActionList (Results 1 – 4 of 4) sorted by relevance
65 ExprCreateActionList(ExprDef *actions);
198 ExprCreateActionList(ExprDef *actions) in ExprCreateActionList() function
480 { $$ = ExprCreateActionList($2.head); }
2303 { (yyval.expr) = ExprCreateActionList((yyvsp[-1].exprList).head); } in yyparse()