Searched defs:owl (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.c | 91 static Box BoxOfOwl(OtpWinList *owl) argument 139 isOnScreen(OtpWinList * owl) argument 182 WindowOfOwl(OtpWinList * owl) argument 208 OtpWinList *owl; local in function:OtpCheckConsistencyVS 357 RemoveOwl(OtpWinList * owl) argument 378 GetOwlAtOrBelowInVS(OtpWinList * owl,VirtualScreen * vs) argument 397 OtpWinList *owl = *owlp; local in function:GetOwlAtOrBelowInWinbox 415 InsertOwlAbove(OtpWinList * owl,OtpWinList * other_owl) argument 509 shouldStayAbove(OtpWinList * owl,OtpWinList * other_owl) argument 517 RaiseSmallTransientsOfAbove(OtpWinList * owl,OtpWinList * other_owl) argument 561 InsertOwl(OtpWinList * owl,int where) argument 600 SetOwlPriority(OtpWinList * owl,int new_pri,int where) argument 624 TryToMoveTransientsOfTo(OtpWinList * owl,int priority,int where) argument 654 TryToSwitch(OtpWinList * owl,int where) argument 678 RaiseOwl(OtpWinList * owl) argument 686 LowerOwl(OtpWinList * owl) argument 693 isHiddenBy(OtpWinList * owl,OtpWinList * other_owl) argument 700 TinyRaiseOwl(OtpWinList * owl) argument 718 TinyLowerOwl(OtpWinList * owl) argument 734 RaiseLowerOwl(OtpWinList * owl) argument 765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpRaise 779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpLower 793 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpRaiseLower 807 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpTinyRaise 821 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpTinyLower 896 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpSetPriority 922 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpChangePriority 943 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpSwitchPriority 965 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:OtpToggleSwitching 992 OtpWinList *owl = twm_win->otp; local in function:OtpForcePlacement 1024 ApplyPreferences(OtpPreferences * prefs,OtpWinList * owl) argument 1048 RecomputeOwlPrefs(OtpPreferences * prefs,OtpWinList * owl) argument 1086 free_OtpWinList(OtpWinList * owl) argument 1114 OtpWinList *owl = malloc(sizeof(OtpWinList)); local in function:new_OtpWinList 1137 OtpWinList *owl; local in function:AddNewOwl 1382 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; local in function:ReparentWindow 1439 OtpWinList *owl = Scr->bottomOwl; local in function:OtpBottomWin 1448 OtpWinList *owl = Scr->bottomOwl, *top = NULL; local in function:OtpTopWin 1460 OtpWinList *owl = twm_win->otp->above; local in function:OtpNextWinUp 1469 OtpWinList *owl = twm_win->otp->below; local in function:OtpNextWinDown 1489 for(const OtpWinList *owl = start ; owl != NULL ; owl = owl->above) { local in function:OwlPrettyPrint 1530 OwlSetAflagMask(OtpWinList * owl,unsigned mask,unsigned setto) argument 1550 OwlSetAflag(OtpWinList * owl,unsigned flag) argument 1568 OwlClearAflag(OtpWinList * owl,unsigned flag) argument 1593 OwlStashAflags(OtpWinList * owl) argument 1609 OwlGetStashedAflags(OtpWinList * owl,bool * gotit) argument 1650 OtpWinList *owl = twm_win->otp; local in function:OtpRestackWindow 1677 OtpWinList *owl = twm_win->otp; local in function:OtpFocusWindowBE 1812 OwlEffectivePriority(OtpWinList * owl) argument [all...] |
Completed in 3 milliseconds