Searched refs:MenuList (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h87 MenuRoot *MenuList; /* head of the menu list */ member in struct:ScreenInfo
H A Dmenus.c622 if (Scr->MenuList == NULL) {
623 Scr->MenuList = tmp;
624 Scr->MenuList->next = NULL;
720 for (mr = Scr->MenuList; mr != NULL; mr = mr->next) {
1088 for (tmp = Scr->MenuList; tmp != NULL; tmp = tmp->next) {
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h280 MenuRoot *MenuList; ///< Head of the menu list member in struct:ScreenInfo
H A Dmenus.c659 if(Scr->MenuList == NULL) {
660 Scr->MenuList = tmp;
661 Scr->MenuList->next = NULL;
840 for(mr = Scr->MenuList; mr != NULL; mr = mr->next) {
1507 for(tmp = Scr->MenuList; tmp != NULL; tmp = tmp->next) {
/xsrc/external/mit/xterm/dist/
H A Dmenu.c504 } MenuList; typedef in typeref:struct:__anon75fc6a5e0208
506 static MenuList vt_shell[NUM_POPUP_MENUS];
509 static MenuList tek_shell[NUM_POPUP_MENUS];
513 * Returns a pointer to the MenuList entry that matches the popup menu.
515 static MenuList *
669 MenuList *list = select_menu(w, num);
3024 SetupShell(Widget *menus, MenuList * shell, int n, int m)

Completed in 14 milliseconds