Searched refs:TitleButton (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtypes.h36 typedef struct TitleButton TitleButton; typedef in typeref:struct:TitleButton
H A Dwin_decorations_init.c26 static TitleButton *cur_tb = NULL;
43 TitleButton *tb;
196 * *TitleButton spec).
199 * *TitleButton specs, when the cur_tb was previously set by
245 cur_tb = calloc(1, sizeof(TitleButton));
250 ProgramName, (unsigned long) sizeof(TitleButton));
282 TitleButton *t;
290 TitleButton *t, *prev = NULL;
H A Dctwm.h153 struct TitleButton { struct
154 struct TitleButton *next; /* next link in chain */
167 TitleButton *info; /* description of this window */
H A Dscreen.h347 TitleButton *head; ///< start of list
H A Dwin_decorations.c666 TitleButton *tb;
1299 TitleButton *tb = tbw->info;
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h183 } TitleButton; typedef in typeref:struct:_TitleButton
187 TitleButton *info; /* description of this window */
H A Dscreen.h117 TitleButton *head; /* start of list */
H A Dmenus.c216 TitleButton *tb = (TitleButton *) malloc(sizeof(TitleButton));
220 (unsigned long) sizeof(TitleButton));
255 TitleButton *t;
263 TitleButton *t, *prev = NULL;
289 TitleButton *tb;
H A Dadd_window.c1278 TitleButton *tb;
H A Devents.c1111 TitleButton *tb = tbw->info;

Completed in 22 milliseconds