Lines Matching refs:norm
585 if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) || in print_bvspace()
586 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
601 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
613 (bl->norm->Bl.type != LIST_column && in print_bvspace()
614 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
638 type = bl->norm->Bl.type; in termp_it_pre()
670 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
671 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
692 ncols = bl->norm->Bl.ncols; in termp_it_pre()
705 su.scale = term_strlen(p, bl->norm->Bl.cols[i]) / in termp_it_pre()
724 su.scale = term_strlen(p, bl->norm->Bl.cols[i]) / in termp_it_pre()
729 if (NULL == bl->norm->Bl.width) in termp_it_pre()
737 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
930 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1066 if (n->norm->An.auth == AUTH_split) { in termp_an_pre()
1071 if (n->norm->An.auth == AUTH_nosplit) { in termp_an_pre()
1140 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()
1434 if (n->norm->Bd.offs == NULL || in termp_bd_pre()
1435 ! strcmp(n->norm->Bd.offs, "left")) in termp_bd_pre()
1437 else if ( ! strcmp(n->norm->Bd.offs, "indent")) in termp_bd_pre()
1439 else if ( ! strcmp(n->norm->Bd.offs, "indent-two")) in termp_bd_pre()
1442 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()
1449 switch (n->norm->Bd.type) { in termp_bd_pre()
1469 if (n->norm->Bd.type == DISP_unfilled || in termp_bd_post()
1470 n->norm->Bd.type == DISP_literal) in termp_bd_post()
1475 if (n->norm->Bd.type == DISP_centered) in termp_bd_post()
1604 if (NULL == n->norm->Es || in termp_quote_pre()
1605 NULL == n->norm->Es->child) in termp_quote_pre()
1607 term_word(p, n->norm->Es->child->string); in termp_quote_pre()
1662 if (n->norm->Es == NULL || in termp_quote_post()
1663 n->norm->Es->child == NULL || in termp_quote_post()
1664 n->norm->Es->child->next == NULL) in termp_quote_post()
1667 term_word(p, n->norm->Es->child->next->string); in termp_quote_post()
1791 switch (n->norm->Bf.font) { in termp_bf_pre()
1937 n->parent->norm->Rs.quote_T) in termp__t_post()
1946 n->parent->norm->Rs.quote_T) in termp__t_pre()