Lines Matching refs:roff_node
53 int, int, struct roff_node *);
56 static void break_intermediate(struct roff_node *,
57 struct roff_node *);
62 static void rew_last(struct roff_man *, const struct roff_node *);
64 const struct roff_node *);
225 struct roff_node *n; in mdoc_endparse()
271 rew_last(struct roff_man *mdoc, const struct roff_node *to) in rew_last()
291 rew_pending(struct roff_man *mdoc, const struct roff_node *n) in rew_pending()
378 struct roff_node *n; in rew_elem()
389 break_intermediate(struct roff_node *n, struct roff_node *breaker) in break_intermediate()
409 struct roff_node *target) in find_pending()
411 struct roff_node *n; in find_pending()
548 struct roff_node *body; /* Our own body. */ in blk_exp_close()
549 struct roff_node *endbody; /* Our own end marker. */ in blk_exp_close()
550 struct roff_node *itblk; /* An It block starting later. */ in blk_exp_close()
551 struct roff_node *later; /* A sub-block starting later. */ in blk_exp_close()
552 struct roff_node *n; /* Search back to our block. */ in blk_exp_close()
553 struct roff_node *target; /* For find_pending(). */ in blk_exp_close()
959 struct roff_node *blk; /* Our own or a broken block. */ in blk_full()
960 struct roff_node *head; /* Our own head. */ in blk_full()
961 struct roff_node *body; /* Our own body. */ in blk_full()
962 struct roff_node *n; in blk_full()
1254 struct roff_node *blk; /* saved block context */ in blk_part_imp()
1255 struct roff_node *body; /* saved body context */ in blk_part_imp()
1256 struct roff_node *n; in blk_part_imp()
1324 struct roff_node *head; /* keep track of head */ in blk_part_exp()
1505 struct roff_node *n; in in_line_eoln()
1584 struct roff_node *body, *n; in phrase_ta()