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

  /src/bin/ksh/
table.c 212 int ncmp; local in function:tprintinfo
218 shellf(" Ncmp name\n");
224 ncmp = 0;
228 ncmp++;
235 shellf(" %4d %s\n", ncmp, n);
236 totncmp += ncmp;
238 if (ncmp > maxncmp)
239 maxncmp = ncmp;
242 shellf(" %d entries, worst ncmp %d, avg ncmp %d.%02d\n"
    [all...]
table.c 212 int ncmp; local in function:tprintinfo
218 shellf(" Ncmp name\n");
224 ncmp = 0;
228 ncmp++;
235 shellf(" %4d %s\n", ncmp, n);
236 totncmp += ncmp;
238 if (ncmp > maxncmp)
239 maxncmp = ncmp;
242 shellf(" %d entries, worst ncmp %d, avg ncmp %d.%02d\n"
    [all...]
table.c 212 int ncmp; local in function:tprintinfo
218 shellf(" Ncmp name\n");
224 ncmp = 0;
228 ncmp++;
235 shellf(" %4d %s\n", ncmp, n);
236 totncmp += ncmp;
238 if (ncmp > maxncmp)
239 maxncmp = ncmp;
242 shellf(" %d entries, worst ncmp %d, avg ncmp %d.%02d\n"
    [all...]

Completed in 32 milliseconds