Home
last modified time | relevance | path

Searched refs:HTUnEscape (Results 1 – 20 of 20) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYEdit.c108 HTUnEscape(filename); in edit_current_file()
125 HTUnEscape(filename); in edit_current_file()
129 HTUnEscape(filename); in edit_current_file()
DLYCgi.c172 HTUnEscape(command); in can_exec_cgi()
232 HTUnEscape(pgm); in LYLoadCGI()
316 HTUnEscape(orig_pgm) && in LYLoadCGI()
623 *(cur_argv++) = HTUnEscape(cr); in LYLoadCGI()
628 *(cur_argv++) = HTUnEscape(cr); in LYLoadCGI()
DLYDownload.c79 HTUnEscape(sug_file); in LYDownload()
104 HTUnEscape(file); in LYDownload()
111 HTUnEscape(file); in LYDownload()
DLYNews.c162 HTUnEscape(References); in LYNewsPost()
168 HTUnEscape(NewsGroups); in LYNewsPost()
DLYMail.c46 HTUnEscape(string); in SafeHTUnEscape()
173 HTUnEscape(temp); in extract_body()
DLYMain.c2519 HTUnEscape(cp); in parse_authentication()
2523 HTUnEscape(auth_info); in parse_authentication()
4269 HTUnEscape(startfile); in parse_arg()
DLYUtils.c3181 HTUnEscape(fname); in change_sug_filename()
4330 HTUnEscape(cp); /* unescape given path without fragment */ in LYConvertToURL()
4335 HTUnEscape(temp2); /* for LFN */ in LYConvertToURL()
4636 HTUnEscape(host); in LYExpandHostForURL()
4765 HTUnEscape(host); in LYExpandHostForURL()
DLYLocal.c1936 HTUnEscape(line); /* _file_ (not URL) syntax, for those functions in local_dired()
2123 HTUnEscape(cp1); in dired_options()
DHTFWriter.c666 HTUnEscape(view_fname); in HTSaveAndExecute()
DLYMainLoop.c1854 HTUnEscape(temp); in handle_LYK_COMMENT()
2067 HTUnEscape(cp); in handle_LYK_DIRED_MENU()
6718 HTUnEscape(temp_buff); in mainloop()
6731 set_ws_title(HTUnEscape(temp_buff)); in mainloop()
DLYOptions.c2534 HTUnEscape(q[count].tag); in break_data()
2562 HTUnEscape(q[count].value); in break_data()
DLYCookie.c2522 HTUnEscape(value); in LYHandleCookies()
DGridText.c7659 HTUnEscape(searchstring->str); in do_www_search()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTParse.h178 extern char *HTUnEscape(char *str);
DHTFinger.c294 HTUnEscape(slash); in HTLoadFinger()
312 HTUnEscape(username); in HTLoadFinger()
DHTFile.c667 HTUnEscape(path); /* Interpret all % signs */ in HTURLPath_toFile()
708 HTUnEscape(path); /* Interpret all % signs */ in HTnameOfFile_WWW()
1634 HTUnEscape(printable); in HTDirTitles()
1744 HTUnEscape(fullparentpath); in HTDirTitles()
1778 HTUnEscape(printable); in HTDirTitles()
2597 HTUnEscape(anchor_path); in decompressAndParse()
2716 HTUnEscape(filename); in HTLoadFile()
DHTWAIS.c661 HTUnEscape(key); in HTLoadWAIS()
732 HTUnEscape(wais_database); in HTLoadWAIS()
DHTFTP.c857 password = HTUnEscape(pw); in get_connection()
860 HTUnEscape(username); in get_connection()
3566 HTUnEscape(filename); in HTFTPLoad()
4088 HTUnEscape(FileName); in HTFTPLoad()
DHTParse.c1184 char *HTUnEscape(char *str) in HTUnEscape() function
DHTGopher.c1570 HTUnEscape(data); /* FIXME: could it have embedded null? */ in HTLoadCSO()