Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rs/
H A Drs.c345 static int putlength; in get_line() local
352 putlength = flags & DETAILSHAPE; in get_line()
356 if (putlength) /* print length, recycle storage */ in get_line()
359 if (!putlength && endblock - curline < BUFSIZ) { /* need storage */ in get_line()