Home
last modified time | relevance | path

Searched refs:si_type (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Ddeb.c266 const size_t si_name_ix = si->si_type+1; /* -1 is a valid index */ in Perl_deb_stack_all()
H A Dinline.h3562 return PL_curstackinfo->si_type == PERLSI_SORT ? G_SCALAR: G_VOID; in Perl_gimme_V()
4025 next->si_type = type; in Perl_push_stackinfo()
H A Dcop.h1261 I32 si_type; /* type of runlevel */ member
H A Dscope.c102 si->si_type = PERLSI_UNDEF; in Perl_new_stackinfo_flags()
H A Ddump.c3374 else if (ix == 0 && si->si_type == PERLSI_MAIN) in S_deb_curcv()
3377 && si->si_type == PERLSI_SORT) in S_deb_curcv()
H A Dpp_ctl.c2140 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) { in Perl_caller_cx()
2809 if (!( PL_curstackinfo->si_type == PERLSI_SORT in PP()
2810 || ( PL_curstackinfo->si_type == PERLSI_MULTICALL in PP()
H A Dperl.c4518 PL_curstackinfo->si_type = PERLSI_MAIN; in Perl_init_stacks()
H A Dsv.c15155 nsi->si_type = si->si_type;
17646 else if (PL_curstackinfo->si_type == PERLSI_SORT && cxstack_ix == 0)
/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/gcc/gcc/
H A Dcollect2.c3230 sym->si_type, sym->si_sc_type, sym->si_flags, name);
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16556 while (cxix < 0 && top_si->si_type != PERLSI_MAIN) { in DPPP_()