Searched refs:LYCookieFile (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYMain.c | 531 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 …]
|
| D | LYGlobalDefs.h | 524 extern char *LYCookieFile; /* cookie read file */
|
| D | LYrcFile.c | 369 PARSE_STR(RC_COOKIE_FILE, LYCookieFile, N_("\
|
| D | LYReadCFG.c | 1474 PARSE_STR(RC_COOKIE_FILE, LYCookieFile),
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 6901 lynx_save_space and LYCookieFile should not be changed (unwanted results) -LP
|