Home
last modified time | relevance | path

Searched refs:LYCookieFile (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMain.c531 char *LYCookieFile = NULL; /* cookie read file */ variable
793 FREE(LYCookieFile); in free_lynx_globals()
1757 if (LYCookieFile == NULL) { in main()
1758 LYCookieFile = typeMallocn(char, LY_MAXPATH); in main()
1760 LYAddPathToHome(LYCookieFile, (size_t) LY_MAXPATH, FNAME_LYNX_COOKIES); in main()
1762 LYTildeExpand(&LYCookieFile, FALSE); in main()
1764 LYLoadCookies(LYCookieFile); in main()
1791 StrAllocCopy(LYCookieSaveFile, LYCookieFile); in main()
2377 StrAllocCopy(LYCookieFile_flag, LYCookieFile); in reload_read_cfg()
2429 if (strcmp(LYCookieFile, LYCookieFile_flag)) { in reload_read_cfg()
[all …]
DLYGlobalDefs.h524 extern char *LYCookieFile; /* cookie read file */
DLYrcFile.c369 PARSE_STR(RC_COOKIE_FILE, LYCookieFile, N_("\
DLYReadCFG.c1474 PARSE_STR(RC_COOKIE_FILE, LYCookieFile),
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6901 lynx_save_space and LYCookieFile should not be changed (unwanted results) -LP