Lines Matching refs:mdoc_node
60 static int make_pending(struct mdoc_node *, enum mdoct,
65 const struct mdoc_node *);
68 const struct mdoc_node *);
227 struct mdoc_node *n; in mdoc_macroend()
275 rew_last(struct mdoc *mdoc, const struct mdoc_node *to) in rew_last()
277 struct mdoc_node *n, *np; in rew_last()
362 const struct mdoc_node *p) in rew_dohalt()
463 struct mdoc_node *n; in rew_elem()
482 make_pending(struct mdoc_node *broken, enum mdoct tok, in make_pending()
485 struct mdoc_node *breaker; in make_pending()
522 struct mdoc_node *taker; in make_pending()
556 struct mdoc_node *n; in rew_sub()
700 struct mdoc_node *body; /* Our own body. */ in blk_exp_close()
701 struct mdoc_node *later; /* A sub-block starting later. */ in blk_exp_close()
702 struct mdoc_node *n; /* For searching backwards. */ in blk_exp_close()
1032 struct mdoc_node *head; /* save of head macro */ in blk_full()
1033 struct mdoc_node *body; /* save of body macro */ in blk_full()
1034 struct mdoc_node *n; in blk_full()
1275 struct mdoc_node *blk; /* saved block context */ in blk_part_imp()
1276 struct mdoc_node *body; /* saved body context */ in blk_part_imp()
1277 struct mdoc_node *n; in blk_part_imp()
1428 struct mdoc_node *head; /* keep track of head */ in blk_part_exp()
1429 struct mdoc_node *body; /* keep track of body */ in blk_part_exp()
1809 struct mdoc_node *n; in phrase_ta()