Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcop86 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) {
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs511 if(top_si->si_type == PERLSI_MAIN)
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1241 #define PERLSI_MAIN 1 macro
H A Ddump.c3374 else if (ix == 0 && si->si_type == PERLSI_MAIN) in S_deb_curcv()
H A Dperl.c4518 PL_curstackinfo->si_type = PERLSI_MAIN; in Perl_init_stacks()
H A Dpp_ctl.c2140 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) { in Perl_caller_cx()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000326 PERLSI_MAIN # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16556 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) { in DPPP_()