Home
last modified time | relevance | path

Searched refs:HTMLPresent (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTInit.c123 SET_INTERNL("application/html", "www/present", HTMLPresent, 2.0); in HTFormatInit()
124 SET_INTERNL("application/xhtml+xml", "www/present", HTMLPresent, 2.0); in HTFormatInit()
125 SET_INTERNL("application/xml", "www/present", HTMLPresent, 2.0); in HTFormatInit()
149 SET_INTERNL("text/x-sgml", "www/present", HTMLPresent, 2.0); in HTFormatInit()
151 SET_INTERNL("text/sgml", "www/present", HTMLPresent, 1.0); in HTFormatInit()
158 SET_INTERNL("text/html", "www/present", HTMLPresent, 1.0); in HTFormatInit()
159 SET_INTERNL("text/xml", "www/present", HTMLPresent, 2.0); in HTFormatInit()
DHTML.h251 extern HTStream *HTMLPresent(HTPresentation *pres,
DHTML.c8198 HTStream *HTMLPresent(HTPresentation *pres GCC_UNUSED, in HTMLPresent() function