MDOC_It
(*mdoc_macro(MDOC_It)->fp)(mdoc, MDOC_It,
if (n == NULL || tok == MDOC_It || tok == MDOC_El ||
(*mdoc_macro(MDOC_It)->fp)(mdoc, MDOC_It, ln, sv, &sv, buf);
if (tok == MDOC_It) {
case MDOC_It:
(tok != MDOC_It && n->tok == MDOC_It)))))
if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) {
parsed = tok != MDOC_It ||
if (n->tok == MDOC_It && n->type == ROFFT_BODY)
roff_body_alloc(mdoc, line, ppos, MDOC_It);
if (n->tok == MDOC_It) {
if (tok == MDOC_It && n->tok == MDOC_Bl) {
if (MDOC_It != n->parent->tok)
(n->tok != MDOC_It || n->type != ROFFT_BLOCK))
if (nn->tok == MDOC_It &&
n->prev == NULL || n->prev->tok != MDOC_It ||
case MDOC_It:
(n->parent->tok == MDOC_It ||
n->parent->parent->parent->tok == MDOC_It)))
(n->parent->tok == MDOC_It ||
n->parent->parent->parent->tok == MDOC_It)))
if (nchild->tok == MDOC_It) {
if (nchild->tok == MDOC_It) {
roff_block_alloc(mdoc, nchild->line, nchild->pos, MDOC_It);
roff_head_alloc(mdoc, nchild->line, nchild->pos, MDOC_It);
roff_body_alloc(mdoc, nchild->line, nchild->pos, MDOC_It);
while (nchild->tok != MDOC_It) {
if (nchild->tok != MDOC_It)
if (n->tok == MDOC_It && n->parent->norm->Bl.comp)
(np->tok != MDOC_It || np->type != ROFFT_HEAD ||
if (np->tok == MDOC_It || (np->type == ROFFT_BODY &&
case MDOC_It: