Searched refs:oldmax (Results 1 – 5 of 5) sorted by relevance
163 size_t oldmax; in output() local166 oldmax = linebufmax; in output()173 linebuf = dorealloc(linebuf, oldmax, linebufmax); in output()
732 size_t oldmax; in expand_send() local737 oldmax = es->bufmax; in expand_send()744 es->buf = dorealloc(es->buf, oldmax, es->bufmax); in expand_send()
456 int oldcol, oldmax; in fwd() local459 oldmax = maxcol; in fwd()462 maxcol = oldmax; in fwd()
169 const I32 oldmax = PL_markstack_max - PL_markstack; in Perl_markstack_grow() local170 const I32 newmax = GROW(oldmax); in Perl_markstack_grow()174 PL_markstack_ptr = PL_markstack + oldmax; in Perl_markstack_grow()177 PL_markstack_ptr, (IV)*PL_markstack_ptr, (IV)oldmax))); in Perl_markstack_grow()
2617 SSize_t const oldmax = PadlistMAX(padlist); in Perl_padlist_store() local2627 Zero(PadlistARRAY(padlist)+oldmax+1, PadlistMAX(padlist)-oldmax, in Perl_padlist_store()