Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c133 struct roffnode { struct
135 struct roffnode *parent; /* up one in stack */ argument
136 int line; /* parse line */
137 int col; /* parse col */
138 char *name; /* node name, e.g. macro name */
139 char *end; /* custom end macro of the block */
140 int endspan; /* scope to: 1=eol 2=next line -1=\} */
141 int rule; /* content is: 1=evaluated 0=skipped */