Lines Matching refs:lt
644 enum mdoc_list lt; in post_bl_norm() local
659 lt = LIST__NONE; in post_bl_norm()
663 lt = LIST_bullet; in post_bl_norm()
666 lt = LIST_dash; in post_bl_norm()
669 lt = LIST_enum; in post_bl_norm()
672 lt = LIST_hyphen; in post_bl_norm()
675 lt = LIST_item; in post_bl_norm()
678 lt = LIST_tag; in post_bl_norm()
681 lt = LIST_diag; in post_bl_norm()
684 lt = LIST_hang; in post_bl_norm()
687 lt = LIST_ohang; in post_bl_norm()
690 lt = LIST_inset; in post_bl_norm()
693 lt = LIST_column; in post_bl_norm()
733 if (LIST__NONE == lt) in post_bl_norm()
754 n->norm->Bl.type = lt; in post_bl_norm()
755 if (LIST_column == lt) { in post_bl_norm()
1711 enum mdoc_list lt; in post_it() local
1720 lt = nbl->norm->Bl.type; in post_it()
1722 switch (lt) { in post_it()