Searched refs:IconWin (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win.c | 80 OtpRaise(tmp_win, IconWin); 109 OtpLower(tmp_win, IconWin); 121 OtpRaiseLower(tmp_win, IconWin); 138 OtpTinyRaise(tmp_win, IconWin); 150 OtpTinyLower(tmp_win, IconWin); 380 wintype = IconWin;
|
| H A D | otp.c | 96 case IconWin: { 143 return (((owl->type == IconWin) ? twm_win->iconified : twm_win->mapped) 184 return (owl->type == IconWin) 234 assert(((owl->type == IconWin) && (owl == twm_win->icon->otp)) 765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; 779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; 793 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; 807 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; 821 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp; 896 OtpWinList *owl = (wintype == IconWin) [all...] |
| H A D | otp.h | 14 typedef enum WinType { WinWin, IconWin } WinType; enumerator in enum:WinType
|
| H A D | gram.y | 292 { OtpScrSetZero(Scr, IconWin, $3); } 297 { curplist = OtpScrPriorityL(Scr, IconWin, $3); } 308 { OtpScrSetSwitching(Scr, IconWin, false); 309 curplist = OtpScrSwitchingL(Scr, IconWin); } 312 { OtpScrSetSwitching(Scr, IconWin, true); 313 curplist = OtpScrSwitchingL(Scr, IconWin); }
|
| H A D | functions_misc.c | 244 OtpRaise(t, IconWin);
|
| H A D | gram.tab.c | 2374 { OtpScrSetZero(Scr, IconWin, (yyvsp[0].num)); } 2386 { curplist = OtpScrPriorityL(Scr, IconWin, (yyvsp[0].num)); } 2412 { OtpScrSetSwitching(Scr, IconWin, false); 2413 curplist = OtpScrSwitchingL(Scr, IconWin); } 2419 { OtpScrSetSwitching(Scr, IconWin, true); 2420 curplist = OtpScrSwitchingL(Scr, IconWin); }
|
| H A D | icons.c | 766 OtpAdd(tmp_win, IconWin); 1199 OtpRaise(win, IconWin); 1226 OtpRaise(win, IconWin);
|
| H A D | win_iconify.c | 74 OtpRaise(tmp_win, IconWin);
|
| H A D | event_handlers.c | 462 wt = IconWin; 1735 OtpRemove(Tmp_win, IconWin); 2378 OtpRaise(Tmp_win, IconWin); 3235 OtpRaise(Tmp_win, IconWin);
|
| H A D | functions_win_moveresize.c | 520 OtpRaise(t, IconWin);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 2374 { OtpScrSetZero(Scr, IconWin, (yyvsp[0].num)); } 2386 { curplist = OtpScrPriorityL(Scr, IconWin, (yyvsp[0].num)); } 2412 { OtpScrSetSwitching(Scr, IconWin, false); 2413 curplist = OtpScrSwitchingL(Scr, IconWin); } 2419 { OtpScrSetSwitching(Scr, IconWin, true); 2420 curplist = OtpScrSwitchingL(Scr, IconWin); }
|
Completed in 23 milliseconds