Searched refs:HTEscape (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTParse.h | 141 extern char *HTEscape(const char *str,
|
| D | HTWSRC.c | 266 www_database = HTEscape(me->par_value[PAR_DATABASE_NAME], URL_XALPHAS); in write_cache() 351 www_database = HTEscape(me->par_value[PAR_DATABASE_NAME], in WSRC_gen_html()
|
| D | HTWAIS.c | 528 char *dbname = HTEscape(the_database, URL_XPALPHAS); in display_search_response()
|
| D | HTParse.c | 1048 char *HTEscape(const char *str, in HTEscape() function
|
| D | HTFile.c | 1168 Afn = HTEscape(filename, URL_PATH); in LYGetFileInfo() 1493 escaped = HTEscape(stripped, URL_XPALPHAS); in HTDirEntry()
|
| D | HTNews.c | 1163 cp = HTEscape(temp, URL_XPALPHAS); in read_article() 1320 char *cp1 = HTEscape(ccp, URL_XPALPHAS); in read_article()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYLocal.c | 1396 char *srcpath_url = HTEscape(srcpath, URL_PATH); in permit_location() 2167 dir_url = HTEscape(dir, URL_PATH); in dired_options() 2168 path_url = HTEscape(path, URL_PATH); in dired_options()
|
| D | LYUtils.c | 4314 cp = HTEscape(temp, URL_PATH); in LYConvertToURL() 4316 cp = HTEscape(temp, URL_PATH); in LYConvertToURL() 4353 temp = HTEscape(curdir, URL_PATH); in LYConvertToURL() 4357 temp = HTEscape(temp2, URL_PATH); in LYConvertToURL() 4382 temp = HTEscape(curdir, URL_PATH); in LYConvertToURL() 4386 temp = HTEscape(temp2, URL_PATH); in LYConvertToURL() 4469 cp = HTEscape(temp, URL_PATH); in LYConvertToURL()
|
| D | LYCharUtils.c | 532 temp = HTEscape(temp2, URL_PATH); in LYFillLocalFileURL() 1831 esc = HTEscape(replace_buf, URL_XALPHAS); in LYUCFullyTranslateString()
|