Home
last modified time | relevance | path

Searched refs:FIND_RUNCV_level_eq (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501700215 FIND_RUNCV_level_eq # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dpp.h736 # define FIND_RUNCV_level_eq 2 macro
H A Dpp.c7177 if (CvUNIQUE(find_runcv_where(FIND_RUNCV_level_eq,1,NULL)))
7292 cv = find_runcv_where(FIND_RUNCV_level_eq, 1, NULL); in PP()
H A Dpp_ctl.c3841 case FIND_RUNCV_level_eq: in Perl_find_runcv_where()