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.y1073 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1077 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1211 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1215 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1219 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1226 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1230 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1246 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1250 { $$ = build_infix_plugin($lhs, $rhs, $op); }
1256 { $$ = build_infix_plugin($lhs, $rhs, $op); }
[all …]
H A Dperly.act1210 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1222 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1446 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1458 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1470 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1485 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1497 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1545 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1557 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
1575 … { (yyval.opval) = build_infix_plugin((ps[-2].val.opval), (ps[0].val.opval), (ps[-1].val.pval)); }
[all …]
H A Dembed.h875 # define build_infix_plugin(a,b,c) Perl_build_infix_plugin(aTHX_ a,b,c) macro
H A Dembed.fnc726 p |OP * |build_infix_plugin \