Lines Matching defs:owlp
395 static OtpWinList *GetOwlAtOrBelowInWinbox(OtpWinList **owlp, WindowBox *wb)
397 OtpWinList *owl = *owlp;
405 *owlp = wb->twmwin->otp;
408 *owlp = owl;
1096 OtpWinList **owlp;
1097 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1099 assert(*owlp != NULL);
1101 RemoveOwl(*owlp);
1102 free_OtpWinList(*owlp);
1103 *owlp = NULL;
1226 OtpWinList **owlp;
1227 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1229 assert(*owlp == NULL);
1256 *owlp = AddNewOwl(twm_win, wintype, parent);
1258 assert(*owlp != NULL);