Searched refs:P_TAG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp83 case P_TAG: if (p->indent == NULL) {
150 case P_TAG: if (t->indent == NULL) {
235 case P_TAG: if (t->indent != NULL) {
348 * if t is a P_TAG or PRE_TAG make sure it goes on the end of the stack.
351 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) {
445 if (is_present(P_TAG)) {
446 html_indent *i = remove_indent(P_TAG);
528 if (t == P_TAG) {
648 if ((! is_present(P_TAG)) && (! is_present(PRE_TAG)))
674 if (! is_present(P_TAG)) {
[all...]
H A Dhtml-text.h38 typedef enum {I_TAG, B_TAG, P_TAG, SUB_TAG, SUP_TAG, TT_TAG, enumerator in enum:__anon1689

Completed in 36 milliseconds