Lines Matching refs:norm

587 	if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) ||  in print_bvspace()
588 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
603 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
615 (bl->norm->Bl.type != LIST_column && in print_bvspace()
616 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
640 type = bl->norm->Bl.type; in termp_it_pre()
672 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
673 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
694 ncols = bl->norm->Bl.ncols; in termp_it_pre()
707 term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
725 SCALE_HS_INIT(&su, term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
730 if (NULL == bl->norm->Bl.width) in termp_it_pre()
738 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
931 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1067 if (n->norm->An.auth == AUTH_split) { in termp_an_pre()
1072 if (n->norm->An.auth == AUTH_nosplit) { in termp_an_pre()
1141 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()
1435 if (n->norm->Bd.offs == NULL || in termp_bd_pre()
1436 ! strcmp(n->norm->Bd.offs, "left")) in termp_bd_pre()
1438 else if ( ! strcmp(n->norm->Bd.offs, "indent")) in termp_bd_pre()
1440 else if ( ! strcmp(n->norm->Bd.offs, "indent-two")) in termp_bd_pre()
1443 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()
1450 switch (n->norm->Bd.type) { in termp_bd_pre()
1470 if (n->norm->Bd.type == DISP_unfilled || in termp_bd_post()
1471 n->norm->Bd.type == DISP_literal) in termp_bd_post()
1476 if (n->norm->Bd.type == DISP_centered) in termp_bd_post()
1605 if (NULL == n->norm->Es || in termp_quote_pre()
1606 NULL == n->norm->Es->child) in termp_quote_pre()
1608 term_word(p, n->norm->Es->child->string); in termp_quote_pre()
1663 if (n->norm->Es == NULL || in termp_quote_post()
1664 n->norm->Es->child == NULL || in termp_quote_post()
1665 n->norm->Es->child->next == NULL) in termp_quote_post()
1668 term_word(p, n->norm->Es->child->next->string); in termp_quote_post()
1792 switch (n->norm->Bf.font) { in termp_bf_pre()
1938 n->parent->norm->Rs.quote_T) in termp__t_post()
1947 n->parent->norm->Rs.quote_T) in termp__t_pre()