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

  /src/usr.bin/rs/
rs.c 349 static char *endblock = ibuf + BSIZE; local
362 if (!putlength && endblock - curline < BUFSIZ) { /* need storage */
363 /*ww = endblock-curline; tt += ww;*/
367 endblock = curline + BSIZE;
368 /*printf("#endb %d curline %d\n",endblock,curline);*/

Completed in 24 milliseconds