Searched refs:LastMenu (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h88 MenuRoot *LastMenu; /* the last menu (mostly unused?) */ member in struct:ScreenInfo
H A Dmenus.c627 if (Scr->LastMenu == NULL) {
628 Scr->LastMenu = tmp;
629 Scr->LastMenu->next = NULL;
632 Scr->LastMenu->next = tmp;
633 Scr->LastMenu = tmp;
634 Scr->LastMenu->next = NULL;
/xsrc/external/mit/ctwm/dist/
H A Dmenus.c664 if(Scr->LastMenu == NULL) {
665 Scr->LastMenu = tmp;
666 Scr->LastMenu->next = NULL;
669 Scr->LastMenu->next = tmp;
670 Scr->LastMenu = tmp;
671 Scr->LastMenu->next = NULL;
H A Dscreen.h281 MenuRoot *LastMenu; ///< Temp var used in creating the Screen's menus member in struct:ScreenInfo

Completed in 9 milliseconds