Lines Matching refs:other_win
990 void OtpForcePlacement(TwmWindow *twm_win, int where, TwmWindow *other_win)
993 OtpWinList *other_owl = other_win->otp;
996 assert(other_win->otp != NULL);
1224 TwmWindow *other_win;
1244 other_win = Scr->FirstWindow;
1245 while(other_win != NULL
1246 && !isTransientOf(twm_win, other_win)
1247 && !isGroupLeaderOf(other_win, twm_win)) {
1248 other_win = other_win->next;
1250 if(other_win != NULL) {
1251 parent = other_win->otp;