Lines Matching refs:norm
749 type = bl->norm->Bl.type; in mdoc_it_pre()
834 bl = &n->norm->Bl; in mdoc_bl_pre()
964 comp = n->norm->Bd.comp; in mdoc_bd_pre()
979 if (n->norm->Bd.offs != NULL && in mdoc_bd_pre()
980 strcmp(n->norm->Bd.offs, "left") != 0) in mdoc_bd_pre()
983 if (n->norm->Bd.type == DISP_literal) in mdoc_bd_pre()
1007 if (n->norm->An.auth == AUTH_split) { in mdoc_an_pre()
1012 if (n->norm->An.auth == AUTH_nosplit) { in mdoc_an_pre()
1418 if (FONT_Em == n->norm->Bf.font) in mdoc_bf_pre()
1420 else if (FONT_Sy == n->norm->Bf.font) in mdoc_bf_pre()
1422 else if (FONT_Li == n->norm->Bf.font) in mdoc_bf_pre()
1641 if (NULL == n->norm->Es || in mdoc_quote_pre()
1642 NULL == n->norm->Es->child) in mdoc_quote_pre()
1644 print_text(h, n->norm->Es->child->string); in mdoc_quote_pre()
1701 if (n->norm->Es == NULL || in mdoc_quote_post()
1702 n->norm->Es->child == NULL || in mdoc_quote_post()
1703 n->norm->Es->child->next == NULL) in mdoc_quote_post()
1706 print_text(h, n->norm->Es->child->next->string); in mdoc_quote_post()