Home
last modified time | relevance | path

Searched refs:alwaysShowHiddenFiles (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A DLists.c633 Object->alwaysShowHiddenFiles=TRUE; in SideObjectList_ProcessNewItem()
636 Object->alwaysShowHiddenFiles=FALSE; in SideObjectList_ProcessNewItem()
850 if ( Object->showHiddenFiles || Object->alwaysShowHiddenFiles){ in SideObjectList_UpdateObject()
H A DLists.h57 …gboolean alwaysShowHiddenFiles; //set from a global variable, tunabel by the user via the inter… member
H A Dmyfm.c2209 if (!(!Object->showHiddenFiles && attribs.hiddenfile) || Object->alwaysShowHiddenFiles){ in makeLists()
4838 ObjectBuf->alwaysShowHiddenFiles=boolBuf; in AlwaysShowHiddenfilesInAllTabs()