Lines Matching defs:prefs
1024 static void ApplyPreferences(OtpPreferences *prefs, OtpWinList *owl)
1030 if(LookInList(prefs->switchingL, twm_win->name, &twm_win->class)) {
1031 owl->switching = !prefs->switching;
1036 if(LookInList(prefs->priorityL[i],
1048 static void RecomputeOwlPrefs(OtpPreferences *prefs, OtpWinList *owl)
1053 ApplyPreferences(prefs, owl);
1138 OtpPreferences *prefs = (wintype == IconWin) ? Scr->IconOTP : Scr->OTP;
1142 prefs->switching, prefs->priority);
1152 ApplyPreferences(prefs, owl);
1289 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1291 assert(prefs != NULL);
1293 return &(prefs->switchingL);
1300 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1302 assert(prefs != NULL);
1311 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1313 assert(prefs != NULL);
1320 prefs->priority = priority + OTP_ZERO;
1326 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1328 assert(prefs != NULL);
1334 return &(prefs->priorityL[priority + OTP_ZERO]);