Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tradcpp/dist/
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()
/netbsd-src/usr.bin/fpr/
H A Dfpr.c274 int oldmax; in savech() local
295 oldmax = maxcol; in savech()
297 cp = line + oldmax; in savech()
/netbsd-src/usr.bin/ul/
H A Dul.c392 int oldcol, oldmax; in fwd() local
395 oldmax = maxcol; in fwd()
398 maxcol = oldmax; in fwd()