Home
last modified time | relevance | path

Searched refs:savestack_grow_cnt (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50080018 savestack_grow_cnt # U
/openbsd/src/gnu/usr.bin/perl/
Dscope.h30 …GROW(need) if (UNLIKELY(PL_savestack_ix + (I32)(need) > PL_savestack_max)) savestack_grow_cnt(need)
64 if (UNLIKELY(ix > PL_savestack_max)) savestack_grow_cnt(ix - PL_savestack_max); \
Dembed.h626 # define savestack_grow_cnt(a) Perl_savestack_grow_cnt(aTHX_ a) macro
Dembed.fnc2939 Cp |void |savestack_grow_cnt \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5008001147 savestack_grow_cnt # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1683 Ap |void |savestack_grow_cnt |I32 need