Searched refs:IconWin (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c80 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 Dotp.c96 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 Dotp.h14 typedef enum WinType { WinWin, IconWin } WinType; enumerator in enum:WinType
H A Dgram.y292 { 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 Dfunctions_misc.c244 OtpRaise(t, IconWin);
H A Dgram.tab.c2374 { 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 Dicons.c766 OtpAdd(tmp_win, IconWin);
1199 OtpRaise(win, IconWin);
1226 OtpRaise(win, IconWin);
H A Dwin_iconify.c74 OtpRaise(tmp_win, IconWin);
H A Devent_handlers.c462 wt = IconWin;
1735 OtpRemove(Tmp_win, IconWin);
2378 OtpRaise(Tmp_win, IconWin);
3235 OtpRaise(Tmp_win, IconWin);
H A Dfunctions_win_moveresize.c520 OtpRaise(t, IconWin);
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c2374 { 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