Searched refs:oldmax (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/ul/
H A Dul.c456 int oldcol, oldmax; local
459 oldmax = maxcol;
462 maxcol = oldmax;
/openbsd-current/gnu/usr.bin/perl/
H A Dscope.c154 const I32 oldmax = PL_markstack_max - PL_markstack; local
155 const I32 newmax = GROW(oldmax);
159 PL_markstack_ptr = PL_markstack + oldmax;
162 PL_markstack_ptr, (IV)*PL_markstack_ptr, (IV)oldmax)));
H A Dpad.c2600 SSize_t const oldmax = PadlistMAX(padlist); local
2610 Zero(PadlistARRAY(padlist)+oldmax+1, PadlistMAX(padlist)-oldmax,
/openbsd-current/libexec/tradcpp/
H A Dmacro.c732 size_t oldmax; local
737 oldmax = es->bufmax;
744 es->buf = dorealloc(es->buf, oldmax, es->bufmax);

Completed in 90 milliseconds