Searched defs:footer (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/nl/
H A Dnl.c102 register char footer = 'n'; local
200 footer = 'n';
203 footer = 't';
206 footer = 'a';
210 footer = 'f';
217 footer = 'n';
389 footer = 'n';
392 footer = 't';
395 footer = 'a';
407 footer
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java79 public void footer() throws IOException { method in class:ResourceWriter
630 rw.footer();
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c39 /* These work the buffer used by the header and footer. */
85 size_t footer; /* footer pos (AFM units) */ member in struct:termp_ps
614 p->ps->footer = (marginy / 2) - (lineheight / 2);
871 p->ps->psrow = p->ps->footer;
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c1037 char footer[4][MAXCOL]; local
1048 footer[i][col] = ' ';
1050 footer[i][MAXCOL - 1] = '\0';
1055 footer[0][col] = digits[(i / 1000)];
1059 footer[1][col] = digits[((i % 1000) / 100)];
1063 footer[2][col] = digits[((i % 100) / 10)];
1067 footer[3][col] = digits[(i % 10)];
1079 printf (" %s\n", footer[i]);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2029 dump_uberblock(uberblock_t *ub, const char *header, const char *footer) argument
2045 (void) printf(footer ? footer : "");

Completed in 59 milliseconds