Searched refs:OVAR (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.y | 281 { $$ = oper1(OVAR,$1); } 283 { $$ = oper2(OVAR,aryrefarg($1),$3); } 287 { $$ = oper1(OVFLD,oper1(OVAR,$1)); }
|
| D | a2p.c | 2793 { 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()
|
| D | a2py.c | 1225 else if (type == OVAR) { in rememberargs() 1262 else if (type == OVAR) { in fixfargs() 1304 if (type == OVAR || type == OSTAR) { in fixrargs()
|
| D | a2p.h | 194 #define OVAR 42 macro
|
| D | walk.c | 876 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()
|