roffnode
struct roffnode *last; /* leaf of stack */
struct roffnode *parent; /* up one in stack */
struct roffnode *bl;
struct roffnode *p;
struct roffnode *p;
p = mandoc_calloc(1, sizeof(struct roffnode));