Searched refs:HTML_H_ALIGN (Results 1 – 2 of 2) sorted by relevance
480 #define HTML_H_ALIGN 0 macro
1921 if (present && present[HTML_H_ALIGN] && in HTML_start_element()1922 non_empty(value[HTML_H_ALIGN])) { in HTML_start_element()1923 if (!strcasecomp(value[HTML_H_ALIGN], "center")) in HTML_start_element()1925 else if (!strcasecomp(value[HTML_H_ALIGN], "right")) in HTML_start_element()1927 else if (!strcasecomp(value[HTML_H_ALIGN], "left") || in HTML_start_element()1928 !strcasecomp(value[HTML_H_ALIGN], "justify")) in HTML_start_element()