Searched refs:roffnode (Results 1 – 1 of 1) sorted by relevance
110 struct roffnode *last; /* leaf of stack */136 struct roffnode { struct138 struct roffnode *parent; /* up one in stack */ argument693 struct roffnode *p; in roffnode_pop()713 struct roffnode *p; in roffnode_push()715 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()