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

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.cpp 85 case P_TAG: if (p->indent == NULL) {
152 case P_TAG: if (t->indent == NULL) {
237 case P_TAG: if (t->indent != NULL) {
350 * if t is a P_TAG or PRE_TAG make sure it goes on the end of the stack.
353 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) {
447 if (is_present(P_TAG)) {
448 html_indent *i = remove_indent(P_TAG);
530 if (t == P_TAG) {
650 if ((! is_present(P_TAG)) && (! is_present(PRE_TAG)))
676 if (! is_present(P_TAG)) {
    [all...]
html-text.h 40 typedef enum {I_TAG, B_TAG, P_TAG, SUB_TAG, SUP_TAG, TT_TAG,

Completed in 21 milliseconds