Lines Matching defs:html
81 #define HTML 1
90 {"html", HTML},
806 fprintf(stderr, "Warning: bad html interpreting '&#' mark.\n");
879 Bool nl, html, inside_html;
891 html = ispell.format_info->value == HTML;
947 else if (html && *mb == '&') {
952 else if ((!html || !inside_html) && (isalpha(*mb) ||
957 else if (!html && *mb == '\n') {
959 if (++nls > 1 && (!html || !inside_html))
978 else if (html && inside_html) {
982 else if (html && *mb == '<')
984 else if (spaces >= 0 && (isspace(*mb) || (html && *mb == '\n')))
1060 else if (html && *mb == '&') {