HomeSort by: relevance | last modified time | path
    Searched refs:LastMenu (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
screen.h 88 MenuRoot *LastMenu; /* the last menu (mostly unused?) */
menus.c 627 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/
menus.c 664 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;
screen.h 281 MenuRoot *LastMenu; ///< Temp var used in creating the Screen's menus

Completed in 73 milliseconds