Searched refs:pretty (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | cpvprint.sh | 29 # cpvprint - compound variable pretty printer 61 # do some "pretty-printing" for human users (the output is still a 112 \'pretty\', \'pretty.html\', \'list\' and \'fulllist\'] 159 'pretty') 163 'pretty.html')
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 576 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;
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_term.c | 647 * 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...] |
H A D | mdoc_html.c | 1144 * notion of selective eoln whitespace is pretty dumb 1398 int sz, i, pretty; local 1400 pretty = MDOC_SYNPRETTY & n->flags; 1473 if (pretty) {
|
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 407 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/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 701 % above. But it's pretty close. 3656 % dots pretty far over on the line. Unfortunately, a large
|
Completed in 100 milliseconds