Lines Matching defs:below
58 OtpWinList *below;
238 if(owl->below == NULL) {
242 assert(owl->below->above == owl);
255 priority, owl->below->twm_win->name,
360 owl->above->below = owl->below;
362 if(owl->below != NULL) {
363 owl->below->above = owl->above;
368 owl->below = NULL;
381 owl = owl->below;
400 owl = owl->below;
404 /* we have gone below the box: put it just on top of it */
434 assert(owl->below == NULL);
447 owl->above->below = owl;
498 owl->below = other_owl;
500 owl->below->above = owl;
502 owl->above->below = owl;
521 /* the icons have no transients and we can't have windows below NULL */
527 for(trans_owl = other_owl->below; trans_owl != NULL; trans_owl = tmp_owl) {
528 tmp_owl = trans_owl->below;
542 /* in case there isn't anything below */
571 assert(owl->below == NULL);
588 other_owl = other_owl->below;
720 OtpWinList *other_owl = owl->below;
725 InsertOwlAbove(owl, other_owl->below);
729 other_owl = other_owl->below;
1016 other_owl = other_owl->below;
1089 assert(owl->below == NULL);
1117 owl->below = NULL;
1194 /* Nothing from OTP about above/below; check EWMH */
1383 OtpWinList *other = owl->below;
1408 OtpWinList *below_win = win_owl->below;
1409 OtpWinList *below_icon = icon_owl->below;
1469 OtpWinList *owl = twm_win->otp->below;
1471 owl = owl->below;
1578 * have above/below flags set in the OTP info, so we can know what to set