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

/xsrc/external/mit/ctwm/dist/
H A Dotp.c56 struct OtpWinList { struct
57 OtpWinList *above;
58 OtpWinList *below;
83 static void OwlPrettyPrint(const OtpWinList *start);
84 static void OwlSetAflagMask(OtpWinList *owl, unsigned mask, unsigned setto);
85 static void OwlSetAflag(OtpWinList *owl, unsigned flag);
86 static void OwlClearAflag(OtpWinList *owl, unsigned flag);
87 static void OwlStashAflags(OtpWinList *owl);
88 static unsigned OwlGetStashedAflags(OtpWinList *owl, bool *gotit);
89 static int OwlEffectivePriority(OtpWinList *ow
[all...]
H A Dtypes.h65 typedef struct OtpWinList OtpWinList; typedef in typeref:struct:OtpWinList
H A Dicons.h29 OtpWinList *otp; /* OnTopPriority info for the icon */
H A Dtwm_window_struct.h39 OtpWinList *otp;
H A Dscreen.h566 struct OtpWinList *bottomOwl;

Completed in 6 milliseconds