Lines Matching refs:lt
423 enum mdoc_list lt; in pre_bl() local
438 lt = LIST__NONE; in pre_bl()
442 lt = LIST_bullet; in pre_bl()
445 lt = LIST_dash; in pre_bl()
448 lt = LIST_enum; in pre_bl()
451 lt = LIST_hyphen; in pre_bl()
454 lt = LIST_item; in pre_bl()
457 lt = LIST_tag; in pre_bl()
460 lt = LIST_diag; in pre_bl()
463 lt = LIST_hang; in pre_bl()
466 lt = LIST_ohang; in pre_bl()
469 lt = LIST_inset; in pre_bl()
472 lt = LIST_column; in pre_bl()
517 if (LIST__NONE == lt) in pre_bl()
539 n->norm->Bl.type = lt; in pre_bl()
540 if (LIST_column == lt) { in pre_bl()
1136 enum mdoc_list lt; in post_it() local
1144 lt = nbl->norm->Bl.type; in post_it()
1146 switch (lt) { in post_it()