Home
last modified time | relevance | path

Searched refs:oldmax (Results 1 – 5 of 5) sorted by relevance

/openbsd/libexec/tradcpp/
H A Doutput.c163 size_t oldmax; in output() local
166 oldmax = linebufmax; in output()
173 linebuf = dorealloc(linebuf, oldmax, linebufmax); in output()
H A Dmacro.c732 size_t oldmax; in expand_send() local
737 oldmax = es->bufmax; in expand_send()
744 es->buf = dorealloc(es->buf, oldmax, es->bufmax); in expand_send()
/openbsd/usr.bin/ul/
H A Dul.c456 int oldcol, oldmax; in fwd() local
459 oldmax = maxcol; in fwd()
462 maxcol = oldmax; in fwd()
/openbsd/gnu/usr.bin/perl/
H A Dscope.c169 const I32 oldmax = PL_markstack_max - PL_markstack; in Perl_markstack_grow() local
170 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()
H A Dpad.c2617 SSize_t const oldmax = PadlistMAX(padlist); in Perl_padlist_store() local
2627 Zero(PadlistARRAY(padlist)+oldmax+1, PadlistMAX(padlist)-oldmax, in Perl_padlist_store()