Searched refs:oper2 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2252 { yyval = oper2(OHUNK,yyvsp[-4],oper2(OJUNK,yyvsp[-2],yyvsp[-1])); }
2260 { yyval = oper2(OHUNK,Nullop,oper2(OJUNK,yyvsp[-2],yyvsp[-1])); }
2272 { yyval = oper2(ORANGE,yyvsp[-2],yyvsp[0]); }
2332 { yyval = oper2(OCONCAT,yyvsp[-1],yyvsp[0]); }
2361 { yyval = oper2(OADD,yyvsp[-2],yyvsp[0]); }
2365 { yyval = oper2(OSUBTRACT,yyvsp[-2],yyvsp[0]); }
2369 { yyval = oper2(OMULT,yyvsp[-2],yyvsp[0]); }
2373 { yyval = oper2(ODI
[all...]
H A Da2py.c30 int oper2(int type, int arg1, int arg2);
958 oper2(int type, int arg1, int arg2) function
1058 return oper2(OBLOCK,arg,maybe);
1060 return oper2(OBLOCK,ops[arg+1].ival,maybe);
H A Da2p.h385 int oper2 ( int type, int arg1, int arg2 );

Completed in 70 milliseconds