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

/xsrc/external/mit/ctwm/dist/
H A Dotp.c990 void OtpForcePlacement(TwmWindow *twm_win, int where, TwmWindow *other_win) argument
993 OtpWinList *other_owl = other_win->otp;
996 assert(other_win->otp != NULL);
1224 TwmWindow *other_win; local in function:OtpAdd
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
[all...]

Completed in 3 milliseconds