Lines Matching refs:OtpPreferences
67 struct OtpPreferences {
1024 static void ApplyPreferences(OtpPreferences *prefs, OtpWinList *owl)
1048 static void RecomputeOwlPrefs(OtpPreferences *prefs, OtpWinList *owl)
1138 OtpPreferences *prefs = (wintype == IconWin) ? Scr->IconOTP : Scr->OTP;
1289 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1300 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1311 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1326 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1338 static OtpPreferences *new_OtpPreferences(void)
1340 OtpPreferences *pref = malloc(sizeof(OtpPreferences));
1354 static void free_OtpPreferences(OtpPreferences *pref)