HomeSort by: relevance | last modified time | path
    Searched defs:OtpWinList (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
types.h 65 typedef struct OtpWinList OtpWinList;
otp.c 56 struct OtpWinList {
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 *owl)
    [all...]

Completed in 39 milliseconds