HomeSort by: relevance | last modified time | path
    Searched defs:OtpPreferences (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
types.h 66 typedef struct OtpPreferences OtpPreferences;
otp.c 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))
    [all...]

Completed in 6 milliseconds