Lines Matching refs:roff_node
50 int, int, struct roff_node *);
53 static void break_intermediate(struct roff_node *,
54 struct roff_node *);
59 static void rew_last(struct roff_man *, const struct roff_node *);
61 const struct roff_node *);
221 struct roff_node *n; in mdoc_endparse()
267 rew_last(struct roff_man *mdoc, const struct roff_node *to) in rew_last()
287 rew_pending(struct roff_man *mdoc, const struct roff_node *n) in rew_pending()
374 struct roff_node *n; in rew_elem()
385 break_intermediate(struct roff_node *n, struct roff_node *breaker) in break_intermediate()
405 struct roff_node *target) in find_pending()
407 struct roff_node *n; in find_pending()
544 struct roff_node *body; /* Our own body. */ in blk_exp_close()
545 struct roff_node *endbody; /* Our own end marker. */ in blk_exp_close()
546 struct roff_node *itblk; /* An It block starting later. */ in blk_exp_close()
547 struct roff_node *later; /* A sub-block starting later. */ in blk_exp_close()
548 struct roff_node *n; /* Search back to our block. */ in blk_exp_close()
549 struct roff_node *target; /* For find_pending(). */ in blk_exp_close()
955 struct roff_node *blk; /* Our own or a broken block. */ in blk_full()
956 struct roff_node *head; /* Our own head. */ in blk_full()
957 struct roff_node *body; /* Our own body. */ in blk_full()
958 struct roff_node *n; in blk_full()
1250 struct roff_node *blk; /* saved block context */ in blk_part_imp()
1251 struct roff_node *body; /* saved body context */ in blk_part_imp()
1252 struct roff_node *n; in blk_part_imp()
1320 struct roff_node *head; /* keep track of head */ in blk_part_exp()
1501 struct roff_node *n; in in_line_eoln()
1575 struct roff_node *body, *n; in phrase_ta()