Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Droff.c110 struct roffnode *last; /* leaf of stack */
139 struct roffnode { struct
141 struct roffnode *parent; /* up one in stack */ argument
697 struct roffnode *p; in roffnode_pop()
717 struct roffnode *p; in roffnode_push()
719 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()
2251 struct roffnode *bl; in roff_cond_sub()