Home
last modified time | relevance | path

Searched defs:termp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h61 struct termp { struct
63 struct termp_col *tcols; /* Array of table columns. */ argument
80 int flags;
112 void (*letter)(struct termp *, int); argument
113 void (*begin)(struct termp *); argument
114 void (*end)(struct termp *); argument
115 void (*endline)(struct termp *); argument
116 void (*advance)(struct termp *, size_t); argument
119 int (*hspan)(const struct termp *, argument
123 struct termp_ps *ps; argument
[all …]