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

/xsrc/external/mit/twm/dist/src/
H A Diconmgr.h39 typedef struct WList { struct
40 struct WList *next;
41 struct WList *prev;
53 } WList; typedef in typeref:struct: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 *AddIconManage
[all...]
H A Diconmgr.c45 static void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win);
48 static WList *Active = NULL;
49 WList *DownIconManager = NULL;
174 WList *tmp = NULL;
350 WList *
353 WList *tmp;
373 tmp = (WList *) malloc(sizeof(WList));
458 InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win)
460 WList *tmp
[all...]
H A Dtwm.h271 struct WList *list;
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.h17 struct WList { struct
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);
67 void InsertInIconManager(IconMgr *ip, WList *tm
[all...]
H A Dtypes.h21 typedef struct WList WList; typedef in typeref:struct:WList
H A Diconmgr.c52 static WList *Active = NULL;
53 static WList *Current = NULL;
54 WList *DownIconManager = NULL;
408 WList *tmp = NULL;
540 WList *tmp = NULL;
541 WList *orig = NULL;
697 WList *AddIconManager(TwmWindow *tmp_win)
699 WList *tmp, *old;
749 tmp = calloc(1, sizeof(WList));
904 void InsertInIconManager(IconMgr *ip, WList *tm
[all...]
H A Dtwm_window_struct.h161 struct WList *iconmanagerlist;
H A Dwin_iconify.c50 WList *wl;
521 WList *wl;
H A Dworkspace_utils.c48 WList *wl, *wl1;
H A Devent_handlers.c1674 WList *iconmanagerlist = Tmp_win->iconmanagerlist;
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc160 The sub-window is represented by a `WList`.
161 `twm_win->iconmanagerlist` points to the `WList` for the window.
164 `WList.next` and `.prev`.
168 - how `IconMgr.first` `.last` `.active` (``WList``s) are related to the
179 So both the `IconMgr` and the ``WList``s are replicated for each
181 `WList.nextv`.
199 In `GotoWorkspace()`, there is a "`reorganisation`" of ``WList``s.
202 `ChangeOccupation()`, but lazily: put windows (``WList``s) in icon

Completed in 12 milliseconds