Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperly.y1075 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1079 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1216 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1220 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1224 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1231 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1235 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1251 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1255 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1261 { $$ = build_infix_plugin($lhs, $rhs, $op); }
[all …]
H A Dperly.act1216 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1228 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1455 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1467 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1479 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1494 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1506 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1554 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1566 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1584 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
[all …]
H A Dembed.h917 # define build_infix_plugin(a,b,c) Perl_build_infix_plugin(aTHX_ a,b,c) macro
H A Dembed.fnc730 p |OP * |build_infix_plugin \