OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WList
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
iconmgr.h
17
struct
WList
{
18
struct
WList
*next;
19
struct
WList
*prev;
20
struct
WList
*nextv; /* pointer to the next virtual
Wlist
C.L. */
42
struct
WList
*first; /* first window in the list */
43
struct
WList
*last; /* last window in the list */
44
struct
WList
*active; /* the active entry */
57
extern
WList
*DownIconManager;
66
WList
*AddIconManager(TwmWindow *tmp_win)
[
all
...]
types.h
21
typedef struct
WList
WList
;
/xsrc/external/mit/twm/dist/src/
iconmgr.h
39
typedef struct
WList
{
40
struct
WList
*next;
41
struct
WList
*prev;
53
}
WList
;
59
struct
WList
*first; /* first window in the list */
60
struct
WList
*last; /* last window in the list */
61
struct
WList
*active; /* the active entry */
74
extern
WList
*DownIconManager;
77
extern void ActiveIconManager(
WList
*active);
78
extern
WList
*AddIconManager(TwmWindow *tmp_win)
[
all
...]
Completed in 5 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026