Home
last modified time | relevance | path

Searched refs:newNULLLIST (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperly.y649 { $$ = sawparens(newNULLLIST()); }
738 { $$ = sawparens(newNULLLIST()); }
Dperly.c2241 { yyval.opval = sawparens(newNULLLIST()); } in yyparse()
2388 { yyval.opval = sawparens(newNULLLIST()); } in yyparse()
Dembed.h548 #define newNULLLIST Perl_newNULLLIST macro
2601 #define newNULLLIST() Perl_newNULLLIST(aTHX) macro
Dembed.fnc523 Apa |OP* |newNULLLIST
Dop.c3179 imop = sawparens(newNULLLIST()); in Perl_vload_module()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D5006000243 newNULLLIST # E (Perl_newNULLLIST)
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperly_c.vms2245 { yyval.opval = sawparens(newNULLLIST()); }
2392 { yyval.opval = sawparens(newNULLLIST()); }
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc509 Apa |OP* |newNULLLIST