Searched refs:oper3 (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | a2p.c | 2232 { ends = oper3(OJUNK,ends,yyvsp[-2],yyvsp[-1]); yyval = Nullop; } 2240 { yyval = oper3(OHUNKS,yyvsp[-2],yyvsp[-1],yyvsp[0]); } 2276 { yyval = oper3(OCOND,yyvsp[-4],yyvsp[-2],yyvsp[0]); } 2284 { yyval = oper3(OCANDAND,yyvsp[-3],yyvsp[-1],yyvsp[0]); } 2288 { yyval = oper3(OCOROR,yyvsp[-3],yyvsp[-1],yyvsp[0]); } 2296 { yyval = oper3(ORELOP,yyvsp[-1],yyvsp[-2],yyvsp[0]); } 2300 { yyval = oper3(ORELOP,string(">",1),yyvsp[-2],yyvsp[0]); } 2304 { yyval = oper3(ORELOP,string("<",1),yyvsp[-2],yyvsp[0]); } 2312 { yyval = oper3(OMATCHOP,yyvsp[-1],yyvsp[-2],yyvsp[0]); } 2316 { yyval = oper3(OMATCHO [all...] |
H A D | a2p.h | 386 int oper3 ( int type, int arg1, int arg2, int arg3 );
|
H A D | a2py.c | 31 int oper3(int type, int arg1, int arg2, int arg3); 973 oper3(int type, int arg1, int arg2, int arg3) function
|
Completed in 37 milliseconds