Searched refs:SAVEDESTRUCTOR_X (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | scope.h | 140 #define SAVEDESTRUCTOR_X(f,p) \ macro
|
H A D | mg.c | 84 SAVEDESTRUCTOR_X(restore_magic, INT2PTR(void*, (IV)mgs_ix)); 1169 SAVEDESTRUCTOR_X(restore_sigmask, save_sv); 1318 SAVEDESTRUCTOR_X(restore_sigmask, save_sv); 2581 SAVEDESTRUCTOR_X(unwind_handler_stack, (void*)&flags);
|
H A D | regcomp.c | 260 * Calls SAVEDESTRUCTOR_X if needed, then calls Perl_croak with the given 269 SAVEDESTRUCTOR_X(clear_re,(void*)RExC_rx); \ 280 * Calls SAVEDESTRUCTOR_X if needed, then calls Perl_croak with the given 289 SAVEDESTRUCTOR_X(clear_re,(void*)RExC_rx); \ 310 * Calls SAVEDESTRUCTOR_X if needed, then Simple_vFAIL() 314 SAVEDESTRUCTOR_X(clear_re,(void*)RExC_rx); \ 328 * Calls SAVEDESTRUCTOR_X if needed, then Simple_vFAIL2(). 332 SAVEDESTRUCTOR_X(clear_re,(void*)RExC_rx); \ 347 * Calls SAVEDESTRUCTOR_X if needed, then Simple_vFAIL3(). 351 SAVEDESTRUCTOR_X(clear_r [all...] |
H A D | perly.c | 1431 SAVEDESTRUCTOR_X(yydestruct, ysave);
|
H A D | pp_hot.c | 2713 SAVEDESTRUCTOR_X(Perl_unlock_condpair, sv); 2758 SAVEDESTRUCTOR_X(unset_cvowner, (void*) cv); 2796 SAVEDESTRUCTOR_X(unset_cvowner, (void*) cv);
|
H A D | regexec.c | 2112 SAVEDESTRUCTOR_X(restore_pos, 0);
|
H A D | util.c | 3010 SAVEDESTRUCTOR_X(Perl_unlock_condpair, sv);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.xs | 594 SAVEDESTRUCTOR_X(check_depth, INT2PTR(void*,g_depth));
|
Completed in 897 milliseconds