Home
last modified time | relevance | path

Searched refs:termp_col (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h52 struct termp_col { struct
63 struct termp_col *tcols; /* Array of table columns. */ argument
64 struct termp_col *tcol; /* Current table column. */
H A Dterm.c36 static void adjbuf(struct termp_col *, size_t);
754 adjbuf(struct termp_col *c, size_t sz) in adjbuf()