HomeSort by: relevance | last modified time | path
    Searched refs:IconWin (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
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;
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) ? twm_win->icon->otp : twm_win->otp
    [all...]
otp.h 14 typedef enum WinType { WinWin, IconWin } WinType;
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); }
functions_misc.c 244 OtpRaise(t, IconWin);
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); }
icons.c 766 OtpAdd(tmp_win, IconWin);
1199 OtpRaise(win, IconWin);
1226 OtpRaise(win, IconWin);
win_iconify.c 74 OtpRaise(tmp_win, IconWin);
event_handlers.c 462 wt = IconWin;
1735 OtpRemove(Tmp_win, IconWin);
2378 OtpRaise(Tmp_win, IconWin);
3235 OtpRaise(Tmp_win, IconWin);
functions_win_moveresize.c 520 OtpRaise(t, IconWin);
  /xsrc/external/mit/ctwm/dist/gen/
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 15 milliseconds