Home
last modified time | relevance | path

Searched refs:HTML_A_TITLE (Results 1 – 7 of 7) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTML.c239 if (present[HTML_A_TITLE] && value[HTML_A_TITLE]) { in HTML_start_element()
242 if (!HTAnchor_title(dest)) HTAnchor_setTitle(dest, value[HTML_A_TITLE]); in HTML_start_element()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A Dhdr_HTMLDTD.h194 #define HTML_A_TITLE 22 macro
H A DHTGopher.c195 present[HTML_A_TITLE] = YES; in write_anchor()
196 ((const char **) value)[HTML_A_TITLE] = text; in write_anchor()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A Dhdr_HTMLDTD.h196 #define HTML_A_TITLE 22 macro
H A DHTGopher.c204 present[HTML_A_TITLE] = YES; in write_anchor()
205 ((const char **) value)[HTML_A_TITLE] = text; in write_anchor()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DHTML.c2756 present[HTML_A_TITLE] ? value[HTML_A_TITLE] : NULL, in HTML_start_element()
2857 if (present[HTML_A_TITLE] && in HTML_start_element()
2858 non_empty(value[HTML_A_TITLE])) { in HTML_start_element()
2859 StrAllocCopy(title, value[HTML_A_TITLE]); in HTML_start_element()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DHTML.c2757 present[HTML_A_TITLE] ? value[HTML_A_TITLE] : NULL, in HTML_start_element()
2858 if (present[HTML_A_TITLE] && in HTML_start_element()
2859 non_empty(value[HTML_A_TITLE])) { in HTML_start_element()
2860 StrAllocCopy(title, value[HTML_A_TITLE]); in HTML_start_element()