Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dc/
H A Dstack.c26 static void stack_grow(struct stack *);
126 stack_grow(struct stack *stack) in stack_grow() function
141 stack_grow(stack); in stack_pushnumber()
150 stack_grow(stack); in stack_pushstring()
161 stack_grow(stack); in stack_push()
/openbsd-src/gnu/usr.bin/perl/
H A Dpp.h403 * SSize_t as an arg to stack_grow(). If so, sets it to -1 instead to
415 sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \
421 sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \
431 * the call to stack_grow() to be skipped. On the other hand, false
463 sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \
472 sp = stack_grow(sp,p,_EXTEND_SAFE_N(n)); \
H A Dembed.h641 # define stack_grow(a,b,c) Perl_stack_grow(aTHX_ a,b,c)
604 # define stack_grow(a,b,c) Perl_stack_grow( global() macro
H A Dembed.fnc3027 Cp |SV ** |stack_grow |NN SV **sp \
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071312 stack_grow # F added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1776 Cp |SV** |stack_grow |NN SV** sp|NN SV** p|SSize_t n