Home
last modified time | relevance | path

Searched refs:ROOTMENU (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h74 ROOTMENU = 275, /* ROOTMENU */ enumerator
110 #define ROOTMENU 275 macro
H A Dwinprefslex.l80 ROOTMENU { return ROOTMENU; }
H A Dwinprefsyacc.y113 %token ROOTMENU
163 rootmenu: ROOTMENU STRING NEWLINE { SetRootMenu($2); free($2); }
H A Dsystem.XWinrc35 # ROOTMENU <name-of-some-prior-defined-menu>
H A Dwinprefsyacc.c220 ROOTMENU = 275, /* ROOTMENU */ enumerator
256 #define ROOTMENU 275 macro
H A Dwinprefslex.c1058 { return ROOTMENU; }