Home
last modified time | relevance | path

Searched refs:LYAutoUncacheDirLists (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h100 extern int LYAutoUncacheDirLists;
DLYMainLoop.c585 #define DIRED_UNCACHE_1 if (LYAutoUncacheDirLists < 1) /*nothing*/ ;\
587 #define DIRED_UNCACHE_2 if (LYAutoUncacheDirLists < 2) /*nothing*/ ;\
4411 if (LYAutoUncacheDirLists >= 1) in handle_LYK_REMOVE()
DLYReadCFG.c1435 PARSE_INT(RC_AUTO_UNCACHE_DIRLISTS, LYAutoUncacheDirLists),
DLYMain.c112 int LYAutoUncacheDirLists = 2; /* default dired uncaching behavior */ variable