HomeSort by: relevance | last modified time | path
    Searched defs:push_para (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.cpp 374 * push_para - adds a new entry onto the html paragraph stack.
377 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) function in class:html_text
392 void html_text::push_para (HTML_TAG t) function in class:html_text
394 push_para(t, (void *)"", NULL);
397 void html_text::push_para (color *c) function in class:html_text
417 push_para(I_TAG);
427 push_para(B_TAG);
437 push_para(TT_TAG);
452 push_para(PRE_TAG, NULL, i);
455 push_para(PRE_TAG, NULL, NULL)
    [all...]
html-text.cpp 374 * push_para - adds a new entry onto the html paragraph stack.
377 void html_text::push_para (HTML_TAG t, void *arg, html_indent *in) function in class:html_text
392 void html_text::push_para (HTML_TAG t) function in class:html_text
394 push_para(t, (void *)"", NULL);
397 void html_text::push_para (color *c) function in class:html_text
417 push_para(I_TAG);
427 push_para(B_TAG);
437 push_para(TT_TAG);
452 push_para(PRE_TAG, NULL, i);
455 push_para(PRE_TAG, NULL, NULL)
    [all...]

Completed in 44 milliseconds