Searched refs:roffnode (Results 1 – 1 of 1) sorted by relevance
316 struct roffnode *last; /* leaf of stack */337 struct roffnode { struct339 struct roffnode *parent; /* up one in stack */ argument793 struct roffnode *p; in roffnode_pop()812 struct roffnode *p; in roffnode_push()814 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()