Searched refs:HTML_put_string (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTML.c | 498 void HTML_put_string(HTStructured * me, const char *s) in HTML_put_string() function 812 # define PUTS(x) HTML_put_string(me,x) 892 HTML_put_string(me, (isobject in LYHandleFIG() 1584 HTML_put_string(me, title); in HTML_start_element() 1585 HTML_put_string(me, " ("); in HTML_start_element() 1586 HTML_put_string(me, value[HTML_LINK_CLASS]); in HTML_start_element() 1587 HTML_put_string(me, ")"); in HTML_start_element() 1592 HTML_put_string(me, title); in HTML_start_element() 1704 HTML_put_string(me, "FRAME:"); in HTML_start_element() 1714 HTML_put_string(me, (id_string ? id_string : href)); in HTML_start_element() [all …]
|
| D | HTML.h | 221 extern void HTML_put_string(HTStructured * me, const char *s);
|
| D | LYCharUtils.c | 2477 HTML_put_string(me, "REFRESH("); in LYHandleMETA() 2478 HTML_put_string(me, Seconds); in LYHandleMETA() 2479 HTML_put_string(me, " sec):"); in LYHandleMETA() 2488 HTML_put_string(me, href); in LYHandleMETA()
|