Searched refs:SortIconMgr (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_icmgr_wsmgr.c170 bool save_sort = Scr->SortIconMgr;
172 Scr->SortIconMgr = true;
184 Scr->SortIconMgr = save_sort;
H A Dscreen.h888 bool SortIconMgr; ///< SortIconManager config var member in struct:ScreenInfo
H A Dparse_be.c610 Scr->SortIconMgr = true;
616 Scr->SortIconMgr = false;
H A Dctwm_main.c1243 scr->SortIconMgr = true;
H A Diconmgr.c916 else if(Scr->SortIconMgr) {
H A Dicons.c1260 if(Scr->SortIconMgr) {
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h240 short SortIconMgr; /* sort entries in the icon manager */ member in struct:ScreenInfo
H A Diconmgr.c472 else if (Scr->SortIconMgr) {
H A Dmenus.c1317 save_sort = Scr->SortIconMgr;
1318 Scr->SortIconMgr = TRUE;
1327 Scr->SortIconMgr = (short) save_sort;
H A Dparse.c663 Scr->SortIconMgr = TRUE;
H A Dtwm.c766 Scr->SortIconMgr = FALSE;
H A Devents.c973 if (Scr->SortIconMgr)

Completed in 24 milliseconds