Home
last modified time | relevance | path

Searched refs:B_TAG (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/devices/grohtml/
HDhtml-text.cpp89 case B_TAG: fprintf(stderr, "<B>"); break; in dump_stack_element()
149 case B_TAG: out->put_string("</b>"); break; in end_tag()
234 case B_TAG: issue_tag("<b", (char *)t->arg1); break; in start_tag()
424 if (! is_present(B_TAG)) in do_bold()
425 push_para(B_TAG); in do_bold()
562 shutdown(B_TAG); in done_bold()
HDhtml-text.h38 typedef enum {I_TAG, B_TAG, P_TAG, SUB_TAG, SUP_TAG, TT_TAG, enumerator