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

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h164 name_list *MakeTitle; /* list of window names with title bar */ member in struct:ScreenInfo
H A Dtwm.c417 Scr->MakeTitle = NULL;
670 FreeList(&Scr->MakeTitle);
H A Dgram.y228 | MAKE_TITLE { list = &Scr->MakeTitle; }
H A Dadd_window.c351 if (LookInList(Scr->MakeTitle, tmp_win->full_name, &tmp_win->xclass))
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h589 /// MakeTitle config var. Windows to pup a titlebar on when general
591 name_list *MakeTitle; member in struct:ScreenInfo
H A Dgram.y345 | MAKE_TITLE { curplist = &Scr->MakeTitle; }
H A Dadd_window.c550 * - Specific MakeTitle beats general NoTitle,
551 * - And specific NoTitle overrides MakeTitle.
564 if(CHKL(MakeTitle)) {
H A Dgram.tab.c2502 { curplist = &Scr->MakeTitle; }
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c2502 { curplist = &Scr->MakeTitle; }
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1119 MakeTitle { `win-list` }::
1383 `MakeTitle` may be used with this option to force titlebars to be put

Completed in 60 milliseconds