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

  /src/usr.bin/rs/
rs.c 346 static char *endblock = ibuf + BSIZE; local in function:get_line
359 if (!putlength && endblock - curline < BUFSIZ) { /* need storage */
360 /*ww = endblock-curline; tt += ww;*/
364 endblock = curline + BSIZE;
365 /*printf("#endb %d curline %d\n",endblock,curline);*/

Completed in 12 milliseconds