Home
last modified time | relevance | path

Searched defs:eqn_box (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Deqn.h54 struct eqn_box { struct
55 struct eqn_box *parent; argument
56 struct eqn_box *prev; argument
57 struct eqn_box *next; argument
58 struct eqn_box *first; /* First child node. */ argument
59 struct eqn_box *last; /* Last child node. */ argument
69 enum eqn_boxt type; /* Type of node. */ argument
70 enum eqn_fontt font; /* Font in this box. */
71 enum eqn_post pos; /* Position of the next box. */
H A Deqn_term.c52 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
H A Deqn_html.c35 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function