Home
last modified time | relevance | path

Searched refs:list_class (Results 1 – 2 of 2) sorted by last modified time

/freebsd/crypto/heimdal/lib/hdb/
H A Dext.c111 Der_class replace_class, list_class; in hdb_replace_extension() local
135 &list_class, &list_type, &list_tag, in hdb_replace_extension()
144 MAKE_TAG(list_class,list_type,list_type)) { in hdb_replace_extension()
/freebsd/contrib/mandoc/
H A Dman_html.c445 const char *list_class; in man_IP_pre() local
458 list_class = "Bl-tag"; in man_IP_pre()
462 list_class = "Bl-bullet"; in man_IP_pre()
466 list_class = "Bl-dash"; in man_IP_pre()
474 list_class = NULL; in man_IP_pre()
483 print_otag(h, list_elem, "c", list_class); in man_IP_pre()