Searched refs:eqn_box (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c39 static void eqn_box(struct termp *, const struct eqn_box *);
46 eqn_box(p, ep->root);
51 eqn_box(struct termp *p, const struct eqn_box *bp) function
53 const struct eqn_box *child;
72 eqn_box(p, bp->first);
75 eqn_box(p, child);
83 eqn_box(p, child);
91 eqn_box(
[all...]
H A Deqn_html.c31 eqn_box(struct html *p, const struct eqn_box *bp) function
35 const struct eqn_box *child, *parent;
51 eqn_box(p, bp->first);
81 eqn_box(p, child->first);
158 eqn_box(p, bp->first);
175 eqn_box(p, bp->next);
188 eqn_box(p, ep->root);
H A Dmandoc.h349 struct eqn_box { struct
353 struct eqn_box *first; /* first child node */
354 struct eqn_box *last; /* last child node */
355 struct eqn_box *next; /* node sibling */
356 struct eqn_box *prev; /* node sibling */
357 struct eqn_box *parent; /* node sibling */
376 struct eqn_box *root; /* root mathematical expression */
H A Deqn.c269 static struct eqn_box *eqn_box_alloc(struct eqn_node *, struct eqn_box *);
270 static void eqn_box_free(struct eqn_box *);
271 static struct eqn_box *eqn_box_makebinary(struct eqn_node *,
272 enum eqn_post, struct eqn_box *);
279 static enum rofferr eqn_parse(struct eqn_node *, struct eqn_box *);
524 eqn_box_free(struct eqn_box *bp)
543 static struct eqn_box *
544 eqn_box_alloc(struct eqn_node *ep, struct eqn_box *parent)
546 struct eqn_box *b
[all...]
H A Dtree.c34 static void print_box(const struct eqn_box *, int);
269 print_box(const struct eqn_box *ep, int indent)

Completed in 90 milliseconds