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

/xsrc/external/mit/ctwm/dist/
H A Dotp.c395 static OtpWinList *GetOwlAtOrBelowInWinbox(OtpWinList **owlp, WindowBox *wb) argument
397 OtpWinList *owl = *owlp;
405 *owlp = wb->twmwin->otp;
408 *owlp = owl;
1096 OtpWinList **owlp; local in function:OtpRemove
1097 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1099 assert(*owlp != NULL);
1101 RemoveOwl(*owlp);
1102 free_OtpWinList(*owlp);
1103 *owlp
1226 OtpWinList **owlp; local in function:OtpAdd
[all...]

Completed in 3 milliseconds