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

  /src/usr.bin/rs/
rs.c 88 static int irows, icols; variable in typeref:typename:int
118 printf("%d %d\n", irows, icols);
163 irows++;
180 irows++; /* update row count */
182 padto = elem + irows * icols;
267 ocols = irows;
350 if (!irows) {
357 printf(" %d line %d\n", curlen, irows);

Completed in 13 milliseconds