Searched defs:eqn_box (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | eqn_term.c | 39 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 D | eqn_html.c | 31 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 D | mandoc.h | 349 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 */
|
Completed in 287 milliseconds