Home
last modified time | relevance | path

Searched defs:termp (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h61 struct termp { struct
63 struct termp_col *tcols; /* Array of table columns. */ argument
64 struct termp_col *tcol; /* Current table column. */ argument
65 size_t maxtcol; /* Allocated table columns. */
66 size_t lasttcol; /* Last column currently used. */
67 size_t line; /* Current output line number. */
68 size_t defindent; /* Default indent for text. */
69 size_t defrmargin; /* Right margin of the device. */
70 size_t lastrmargin; /* Right margin before the last ll. */
71 size_t maxrmargin; /* Max right margin. */
[all …]