Home
last modified time | relevance | path

Searched refs:eqn_box (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c40 static void eqn_box(struct termp *, const struct eqn_box *);
44 term_eqn(struct termp *p, const struct eqn_box *bp) in term_eqn()
47 eqn_box(p, bp); in term_eqn()
52 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box() function
54 const struct eqn_box *child; in eqn_box()
112 eqn_box(p, bp->first); in eqn_box()
116 eqn_box(p, child); in eqn_box()
124 eqn_box(p, child); in eqn_box()
132 eqn_box(p, child); in eqn_box()
143 eqn_box(p, in eqn_box()
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
H A Deqn_html.c35 eqn_box(struct html *p, const struct eqn_box *bp) in eqn_box() function
38 const struct eqn_box *child, *parent; in eqn_box()
58 eqn_box(p, bp->first); in eqn_box()
87 eqn_box(p, child->first); in eqn_box()
211 eqn_box(p, bp->first); in eqn_box()
228 eqn_box(p, bp->next); in eqn_box()
232 print_eqn(struct html *p, const struct eqn_box *bp) in print_eqn()
242 eqn_box(p, bp); in print_eqn()
H A Deqn_parse.h23 struct eqn_box;
43 struct eqn_box *eqn_box_new(void);
44 void eqn_box_free(struct eqn_box *);
H A Deqn.c295 static struct eqn_box *eqn_box_alloc(struct eqn_node *, struct eqn_box *);
296 static struct eqn_box *eqn_box_makebinary(struct eqn_node *,
297 struct eqn_box *);
484 eqn_box_free(struct eqn_box *bp) in eqn_box_free()
502 struct eqn_box *
505 struct eqn_box *bp; in eqn_box_new()
515 static struct eqn_box *
516 eqn_box_alloc(struct eqn_node *ep, struct eqn_box *parent) in eqn_box_alloc()
518 struct eqn_box *bp; in eqn_box_alloc()
542 static struct eqn_box *
[all …]
H A Dhtml.h119 struct eqn_box;
136 void print_eqn(struct html *, const struct eqn_box *);
H A Dterm.h39 struct eqn_box;
131 void term_eqn(struct termp *, const struct eqn_box *);
H A Droff.h25 struct eqn_box;
511 struct eqn_box *eqn; /* EQN */
H A Dtree.c40 static void print_box(const struct eqn_box *, int);
324 print_box(const struct eqn_box *ep, int indent) in print_box()