Searched refs:roffnode (Results 1 – 1 of 1) sorted by relevance
112 struct roffnode *last; /* leaf of stack */141 struct roffnode { struct143 struct roffnode *parent; /* up one in stack */ argument700 struct roffnode *p; in roffnode_pop()720 struct roffnode *p; in roffnode_push()722 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()2400 struct roffnode *bl; in roff_cond_sub()