Lines Matching refs:norm
736 type = bl->norm->Bl.type; in mdoc_it_pre()
821 bl = &n->norm->Bl; in mdoc_bl_pre()
951 comp = n->norm->Bd.comp; in mdoc_bd_pre()
966 if (n->norm->Bd.offs != NULL && in mdoc_bd_pre()
967 strcmp(n->norm->Bd.offs, "left") != 0) in mdoc_bd_pre()
970 if (n->norm->Bd.type == DISP_literal) in mdoc_bd_pre()
994 if (n->norm->An.auth == AUTH_split) { in mdoc_an_pre()
999 if (n->norm->An.auth == AUTH_nosplit) { in mdoc_an_pre()
1405 if (FONT_Em == n->norm->Bf.font) in mdoc_bf_pre()
1407 else if (FONT_Sy == n->norm->Bf.font) in mdoc_bf_pre()
1409 else if (FONT_Li == n->norm->Bf.font) in mdoc_bf_pre()
1628 if (NULL == n->norm->Es || in mdoc_quote_pre()
1629 NULL == n->norm->Es->child) in mdoc_quote_pre()
1631 print_text(h, n->norm->Es->child->string); in mdoc_quote_pre()
1688 if (n->norm->Es == NULL || in mdoc_quote_post()
1689 n->norm->Es->child == NULL || in mdoc_quote_post()
1690 n->norm->Es->child->next == NULL) in mdoc_quote_post()
1693 print_text(h, n->norm->Es->child->next->string); in mdoc_quote_post()