Searched refs:HTPresentation (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.c | 73 HTPresentation *default_presentation = NULL; 94 HTPresentation *pres = typecalloc(HTPresentation); in HTSetPresentation() 157 HTPresentation *pres = typecalloc(HTPresentation); in HTSetConversion() 209 HTPresentation *pres = NULL; in HTFreePresentations() 219 pres = (HTPresentation *) HTList_removeLastObject(HTPresentations); in HTFreePresentations() 351 static BOOL failsMailcap(HTPresentation *pres, HTParentAnchor *anchor) in failsMailcap() 374 static HTPresentation *HTFindPresentation(HTFormat rep_in, in HTFindPresentation() 376 HTPresentation *fill_in, in HTFindPresentation() 382 HTPresentation *pres; in HTFindPresentation() 383 HTPresentation *match; in HTFindPresentation() [all …]
|
| D | HTMIME.h | 45 extern HTStream *HTMIMEConvert(HTPresentation *pres, 54 extern HTStream *HTNetMIME(HTPresentation *pres, 63 extern HTStream *HTMIMERedirect(HTPresentation *pres,
|
| D | HTFWriter.h | 19 extern HTStream *HTSaveAndExecute(HTPresentation *pres, 23 extern HTStream *HTSaveLocally(HTPresentation *pres,
|
| D | HTFormat.h | 155 typedef struct _HTPresentation HTPresentation; typedef 157 typedef HTStream *HTConverter (HTPresentation *pres, 188 extern HTPresentation *default_presentation;
|
| D | HTPlain.h | 14 extern HTStream *HTPlainPresent(HTPresentation *pres,
|
| D | HTMLGen.h | 19 extern HTStream *HTPlainToHTML(HTPresentation *pres,
|
| D | HTWSRC.h | 21 extern HTStream *HTWSRCConvert(HTPresentation *pres,
|
| D | HTWSRC.c | 465 HTStream *HTWSRCConvert(HTPresentation *pres, HTParentAnchor *anchor, in HTWSRCConvert()
|
| D | HTPlain.c | 666 HTStream *HTPlainPresent(HTPresentation *pres GCC_UNUSED, HTParentAnchor *anchor, in HTPlainPresent()
|
| D | HTMIME.c | 2162 HTStream *HTMIMEConvert(HTPresentation *pres, in HTMIMEConvert() 2240 HTStream *HTNetMIME(HTPresentation *pres, in HTNetMIME() 2253 HTStream *HTMIMERedirect(HTPresentation *pres, in HTMIMERedirect()
|
| D | HTMLGen.c | 709 HTStream *HTPlainToHTML(HTPresentation *pres GCC_UNUSED, in HTPlainToHTML()
|
| D | HTTP.c | 1088 HTPresentation *pres = in HTLoadHTTP() 1089 (HTPresentation *) HTList_objectAt(HTPresentations, i); in HTLoadHTTP()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTSaveToFile.h | 14 extern HTStream *HTSaveToFile(HTPresentation *pres, 18 extern HTStream *HTDumpToStdout(HTPresentation *pres, 22 extern HTStream *HTCompressed(HTPresentation *pres,
|
| D | HTML.h | 239 extern HTStream *HTMLToPlain(HTPresentation *pres, 243 extern HTStream *HTMLParsedPresent(HTPresentation *pres, 247 extern HTStream *HTMLToC(HTPresentation *pres, 251 extern HTStream *HTMLPresent(HTPresentation *pres,
|
| D | HTFWriter.c | 63 HTStream *HTSaveToFile(HTPresentation *pres, 558 HTPresentation *pres, in mailcap_substitute() 589 HTStream *HTSaveAndExecute(HTPresentation *pres, in HTSaveAndExecute() 756 HTStream *HTSaveToFile(HTPresentation *pres, in HTSaveToFile() 995 HTStream *HTCompressed(HTPresentation *pres, in HTCompressed() 1002 HTPresentation *Pres = NULL; in HTCompressed() 1003 HTPresentation *Pnow = NULL; in HTCompressed() 1028 Pnow = (HTPresentation *) HTList_objectAt(HTPresentations, i); in HTCompressed() 1268 HTStream *HTDumpToStdout(HTPresentation *pres GCC_UNUSED, in HTDumpToStdout()
|
| D | HTML.c | 8088 HTStream *HTMLToPlain(HTPresentation *pres, in HTMLToPlain() 8109 HTStream *HTMLParsedPresent(HTPresentation *pres, in HTMLParsedPresent() 8171 HTStream *HTMLToC(HTPresentation *pres GCC_UNUSED, in HTMLToC() 8198 HTStream *HTMLPresent(HTPresentation *pres GCC_UNUSED, in HTMLPresent()
|