Home
last modified time | relevance | path

Searched refs:HTML_ISSPACE (Results 1 – 2 of 2) sorted by relevance

/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c2955 #define HTML_ISSPACE(C) (IS_LITERAL(C) == 0 && ((C) == HTML_NEWLINE || ASCII_ISSPACE(C))) macro
3108 if(HTML_ISSPACE(C)) /* ignore repeated WS */ \
3116 else if(HTML_ISSPACE(C) && HD(F)->wrapstate) \
8314 else if(HTML_ISSPACE(ch)){ in html_output_normal()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c2955 #define HTML_ISSPACE(C) (IS_LITERAL(C) == 0 && ((C) == HTML_NEWLINE || ASCII_ISSPACE(C))) macro
3108 if(HTML_ISSPACE(C)) /* ignore repeated WS */ \
3116 else if(HTML_ISSPACE(C) && HD(F)->wrapstate) \
8314 else if(HTML_ISSPACE(ch)){ in html_output_normal()