Searched defs:pretty (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c407 sum_out(char const *pretty, kstat_t *ks, char *name) argument
415 (void) printf("%9llu %s\n", ksn->value.ui64, pretty);
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c1144 * notion of selective eoln whitespace is pretty dumb
1398 int sz, i, pretty; local
1400 pretty = MDOC_SYNPRETTY & n->flags;
1473 if (pretty) {
H A Dmdoc_term.c647 * First calculate width and offset. This is pretty easy unless
1443 int pretty; local
1445 pretty = MDOC_SYNPRETTY & n->flags;
1452 if (pretty) {
1466 if (pretty) {
1480 if (pretty)
1494 if (pretty) {
1594 * notion of selective eoln whitespace is pretty dumb
1991 int pretty; local
1993 pretty
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c576 get_ids(struct iodev_snapshot *iodev, const char *pretty) argument
583 if (pretty == NULL)
586 if (sscanf(pretty, "c%d", &ctr) != 1)
589 p1 = pretty;
633 char *pretty = NULL; local
649 pretty = safe_strdup(dl->dsk);
659 get_ids(iodev, pretty);
662 * we fill in pretty name wether it is asked for or not because
665 iodev->is_pretty = pretty;

Completed in 80 milliseconds