HomeSort by: relevance | last modified time | path
    Searched defs:putlength (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 20 milliseconds