Lines Matching refs:push_para
375 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) in push_para() function in html_text
390 void html_text::push_para (HTML_TAG t) in push_para() function in html_text
392 push_para(t, (void *)"", NULL); in push_para()
395 void html_text::push_para (color *c) in push_para() function in html_text
415 push_para(I_TAG); in do_italic()
425 push_para(B_TAG); in do_bold()
435 push_para(TT_TAG); in do_tt()
450 push_para(PRE_TAG, NULL, i); in do_pre()
453 push_para(PRE_TAG, NULL, NULL); in do_pre()
474 push_para(c); in do_color()
545 push_para(&temp->col); in shutdown()
547 push_para(temp->type, temp->arg1, temp->indent); in shutdown()
685 push_para(P_TAG, (void *)arg, in); in do_para()
778 push_para(BREAK_TAG); in do_break()
1016 push_para(SMALL_TAG); in do_small()
1028 push_para(BIG_TAG); in do_big()
1037 push_para(SUP_TAG); in do_sup()
1046 push_para(SUB_TAG); in do_sub()