Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Droff.c112 struct roffnode *last; /* leaf of stack */
129 struct roffnode { struct
131 struct roffnode *parent; /* up one in stack */ argument
371 struct roffnode *p; in roffnode_pop()
391 struct roffnode *p; in roffnode_push()
393 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()