Lines Matching refs:body

545 	struct roff_node *body;		/* Our own body. */  in blk_exp_close()  local
574 body = NULL; in blk_exp_close()
579 body = n; in blk_exp_close()
598 if (body == NULL || n->type != ROFFT_BLOCK) in blk_exp_close()
642 atok, body); in blk_exp_close()
673 break_intermediate(mdoc->last, body); in blk_exp_close()
679 if (body == NULL) { in blk_exp_close()
691 rew_last(mdoc, body); in blk_exp_close()
709 if (tok == MDOC_Ed && body != NULL) { in blk_exp_close()
710 if (body->flags & NODE_NOFILL) in blk_exp_close()
958 struct roff_node *body; /* Our own body. */ in blk_full() local
1071 head = body = NULL; in blk_full()
1090 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1122 if (body != NULL) in blk_full()
1123 rew_last(mdoc, body); in blk_full()
1124 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1172 rew_last(mdoc, body == NULL ? head : body); in blk_full()
1173 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1183 while (body->next != NULL) in blk_full()
1184 body = body->next; in blk_full()
1201 if (body != NULL) in blk_full()
1209 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1239 rew_last(mdoc, body); in blk_full()
1252 struct roff_node *body; /* saved body context */ in blk_part_imp() local
1275 for (body = NULL; ; ) { in blk_part_imp()
1281 if (body == NULL && mdoc_isdelim(p) == DELIM_OPEN) { in blk_part_imp()
1288 if (body == NULL) in blk_part_imp()
1289 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1297 if (body == NULL) in blk_part_imp()
1298 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1300 if (find_pending(mdoc, tok, line, ppos, body)) in blk_part_imp()
1303 rew_last(mdoc, body); in blk_part_imp()
1310 for (n = body->child; n && n->next; n = n->next) in blk_part_imp()
1576 struct roff_node *body, *n; in phrase_ta() local
1580 body = NULL; in phrase_ta()
1585 body = n; in phrase_ta()
1597 rew_last(mdoc, body); in phrase_ta()