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

/freebsd-10.0-release/contrib/mdocml/
H A Deqn_html.c39 static void eqn_box(struct html *, const struct eqn_box *);
51 eqn_box(p, ep->root);
58 eqn_box(struct html *p, const struct eqn_box *bp) function
72 eqn_box(p, bp->first);
80 eqn_box(p, bp->next);
H A Deqn_term.c38 static void eqn_box(struct termp *, const struct eqn_box *);
45 eqn_box(p, ep->root);
51 eqn_box(struct termp *p, const struct eqn_box *bp) function
65 eqn_box(p, bp->first);
75 eqn_box(p, bp->next);
H A Deqn.c141 static enum eqn_rest eqn_box(struct eqn_node *, struct eqn_box *);
142 static struct eqn_box *eqn_box_alloc(struct eqn_node *,
143 struct eqn_box *);
144 static void eqn_box_free(struct eqn_box *);
154 static enum eqn_rest eqn_eqn(struct eqn_node *, struct eqn_box *);
155 static enum eqn_rest eqn_list(struct eqn_node *, struct eqn_box *);
156 static enum eqn_rest eqn_matrix(struct eqn_node *, struct eqn_box *);
357 struct eqn_box *root;
363 ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box));
488 eqn_box(struct eqn_node *ep, struct eqn_box *last) function
[all...]
H A Dmandoc.h339 struct eqn_box { struct
343 struct eqn_box *first; /* first child node */
344 struct eqn_box *last; /* last child node */
345 struct eqn_box *next; /* node sibling */
346 struct eqn_box *parent; /* node sibling */
362 struct eqn_box *root; /* root mathematical expression */
H A Dtree.c32 static void print_box(const struct eqn_box *, int);
263 print_box(const struct eqn_box *ep, int indent)

Completed in 109 milliseconds