Lines Matching refs:lt
599 enum mdoc_list lt; in pre_bl() local
623 lt = LIST__NONE; in pre_bl()
629 lt = LIST_bullet; in pre_bl()
632 lt = LIST_dash; in pre_bl()
635 lt = LIST_enum; in pre_bl()
638 lt = LIST_hyphen; in pre_bl()
641 lt = LIST_item; in pre_bl()
644 lt = LIST_tag; in pre_bl()
647 lt = LIST_diag; in pre_bl()
650 lt = LIST_hang; in pre_bl()
653 lt = LIST_ohang; in pre_bl()
656 lt = LIST_inset; in pre_bl()
659 lt = LIST_column; in pre_bl()
702 if (LIST__NONE != lt && n->norm->Bl.type != LIST__NONE) in pre_bl()
707 if (LIST__NONE != lt && n->norm->Bl.type == LIST__NONE) { in pre_bl()
708 n->norm->Bl.type = lt; in pre_bl()
710 if (LIST_column == lt) { in pre_bl()
1276 enum mdoc_list lt; in post_it() local
1284 lt = n->norm->Bl.type; in post_it()
1286 if (LIST__NONE == lt) { in post_it()
1291 switch (lt) { in post_it()