Searched refs:CaseSensitive (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h248 short CaseSensitive; /* be case-sensitive when sorting names */ member in struct:ScreenInfo
H A Diconmgr.c463 = (Scr->CaseSensitive ? strcmp : XmuCompareISOLatin1);
596 = (Scr->CaseSensitive ? strcmp : XmuCompareISOLatin1);
H A Dparse.c728 Scr->CaseSensitive = FALSE;
H A Dtwm.c776 Scr->CaseSensitive = TRUE;
H A Dmenus.c926 (Scr->CaseSensitive ? strcmp : XmuCompareISOLatin1);
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h920 bool CaseSensitive; ///< NoCaseSensitive config var (inverse) member in struct:ScreenInfo
H A Diconmgr.c919 if(Scr->CaseSensitive) {
1102 if(Scr->CaseSensitive) {
H A Dctwm_main.c1250 scr->CaseSensitive = true;
H A Dparse_be.c768 Scr->CaseSensitive = false;
H A Dmenus.c1275 if(Scr->CaseSensitive) {

Completed in 16 milliseconds