Lines Matching refs:body

484 	struct mdoc_node *body;		/* Our own body. */  in blk_exp_close()  local
515 body = endbody = itblk = later = NULL; in blk_exp_close()
527 body = n; in blk_exp_close()
540 assert(body); in blk_exp_close()
566 atok, body, ENDBODY_SPACE); in blk_exp_close()
596 if (body == NULL) { in blk_exp_close()
608 rew_last(mdoc, body); in blk_exp_close()
852 struct mdoc_node *body; /* Our own body. */ in blk_full() local
958 head = body = NULL; in blk_full()
977 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
998 if (body != NULL) in blk_full()
999 rew_last(mdoc, body); in blk_full()
1000 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1046 rew_last(mdoc, body == NULL ? head : body); in blk_full()
1047 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1074 if (body != NULL) in blk_full()
1101 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1104 rew_last(mdoc, body); in blk_full()
1117 struct mdoc_node *body; /* saved body context */ in blk_part_imp() local
1140 for (body = NULL; ; ) { in blk_part_imp()
1146 if (body == NULL && ac != ARGS_QWORD && in blk_part_imp()
1152 if (body == NULL) in blk_part_imp()
1153 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1158 if (body == NULL) in blk_part_imp()
1159 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1167 for (n = mdoc->last; n && n != body && n != blk->parent; in blk_part_imp()
1177 if ( ! (body->flags & MDOC_ENDED)) { in blk_part_imp()
1183 tok, body, ENDBODY_NOSPACE); in blk_part_imp()
1187 assert(n == body); in blk_part_imp()
1188 if (body->flags & MDOC_ENDED) in blk_part_imp()
1191 rew_last(mdoc, body); in blk_part_imp()
1198 for (n = body->child; n && n->next; n = n->next) in blk_part_imp()
1447 struct mdoc_node *body, *n; in phrase_ta() local
1451 body = NULL; in phrase_ta()
1456 body = n; in phrase_ta()
1469 rew_last(mdoc, body); in phrase_ta()