OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Jul 31 00:23:59 UTC 2026