Searched refs:mroot (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions.c252 MenuRoot *mroot; local in function:EF_main
256 if((mroot = FindMenuRoot(action)) == NULL) {
265 if((curs = NeedToDefer(mroot)) != None
270 for(mitem = mroot->first; mitem != NULL; mitem = mitem->next) {
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c1763 MenuRoot *mroot; local in function:ExecuteFunction
1766 if ((mroot = FindMenuRoot(action)) == NULL) {
1771 if (NeedToDefer(mroot) &&
1775 for (mitem = mroot->first; mitem != NULL; mitem = mitem->next) {

Completed in 5 milliseconds