Home
last modified time | relevance | path

Searched refs:InternalPageFP (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUpload.c180 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in LYUpload_options()
DLYList.c68 if ((fp0 = InternalPageFP(tempfile, titles == last_titles)) == 0) in showlist()
DLYDownload.c494 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in LYdownload_options()
DLYHistory.c664 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in showhistory()
831 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in LYShowVisitedLinks()
DLYUtils.h127 extern FILE *InternalPageFP(char *filename, int reuse_flag);
DLYReadCFG.c2444 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in lynx_cfg_infopage()
2602 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in lynx_compile_opts()
DLYPrint.c1260 if ((fp0 = InternalPageFP(my_temp, TRUE)) == 0) in print_options()
DLYLocal.c2060 if ((fp0 = InternalPageFP(tempfile, FALSE)) == 0) in dired_options()
DLYOptions.c3513 if ((fp0 = InternalPageFP(tempfile, TRUE)) == 0) in gen_options()
DLYUtils.c6855 FILE *InternalPageFP(char *filename, in InternalPageFP() function
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2396 * simplify setup of internal pages with new function InternalPageFP() -TD