Home
last modified time | relevance | path

Searched refs:OVAR (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.y281 { $$ = oper1(OVAR,$1); }
283 { $$ = oper2(OVAR,aryrefarg($1),$3); }
287 { $$ = oper1(OVFLD,oper1(OVAR,$1)); }
Da2p.c2793 { yyval = oper1(OVAR,yyvsp[0]); } in yyparse()
2797 { yyval = oper2(OVAR,aryrefarg(yyvsp[-3]),yyvsp[-1]); } in yyparse()
2805 { yyval = oper1(OVFLD,oper1(OVAR,yyvsp[0])); } in yyparse()
Da2py.c1225 else if (type == OVAR) { in rememberargs()
1262 else if (type == OVAR) { in fixfargs()
1304 if (type == OVAR || type == OSTAR) { in fixrargs()
Da2p.h194 #define OVAR 42 macro
Dwalk.c876 else if ((type == OFLD && !split_to_array) || (type == OVAR && len == 1)) { in walk()
948 case OVAR: in walk()
1896 case OVAR: in prewalk()
2050 if (type == OVAR && len == 1) { in numericize()