Lines Matching refs:norm
578 if (MDOC_Bd == bl->tok && bl->norm->Bd.comp) in print_bvspace()
580 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
599 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
605 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
632 type = bl->norm->Bl.type; in termp_it_pre()
642 if (bl->norm->Bl.offs) in termp_it_pre()
643 offset = a2offs(p, bl->norm->Bl.offs); in termp_it_pre()
659 ncols = bl->norm->Bl.ncols; in termp_it_pre()
674 (p, bl->norm->Bl.cols[i]); in termp_it_pre()
689 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
692 if (NULL == bl->norm->Bl.width) in termp_it_pre()
700 assert(bl->norm->Bl.width); in termp_it_pre()
701 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
962 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1140 if (AUTH_split == n->norm->An.auth) { in termp_an_post()
1143 } else if (AUTH_nosplit == n->norm->An.auth) { in termp_an_post()
1631 if (n->norm->Bd.offs) in termp_bd_pre()
1632 p->offset += a2offs(p, n->norm->Bd.offs); in termp_bd_pre()
1642 if (DISP_literal != n->norm->Bd.type && in termp_bd_pre()
1643 DISP_unfilled != n->norm->Bd.type) in termp_bd_pre()
1647 if (DISP_literal == n->norm->Bd.type) in termp_bd_pre()
1707 if (DISP_literal == n->norm->Bd.type || in termp_bd_post()
1708 DISP_unfilled == n->norm->Bd.type) in termp_bd_post()
2102 if (FONT_Em == n->norm->Bf.font) in termp_bf_pre()
2104 else if (FONT_Sy == n->norm->Bf.font) in termp_bf_pre()
2251 n->parent->norm->Rs.quote_T) in termp__t_post()
2267 n->parent->norm->Rs.quote_T) in termp__t_pre()