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

  /src/sbin/raidctl/
rf_configure.c 568 int i, j, numFound, linecount, tableNum, tupleNum, local
615 linecount = req->TablesPerSpareRegion * req->TableDepthInPUs;
616 for (i = 0; i < linecount; i++) {
621 "of %d lines", i, linecount);
629 i + 1, linecount);
  /src/external/gpl2/groff/dist/src/devices/grops/
psrm.cpp 828 unsigned linecount = 0; local
841 linecount++;
848 linecount++;
851 } while ((unit == Bytes ? bytecount : linecount) < numberof);
  /src/external/bsd/nvi/dist/vi/
vi.h 248 size_t linecount; /* 1-N: Output overwrite count. */ member in struct:_vi_private

Completed in 34 milliseconds