Home
last modified time | relevance | path

Searched refs:SetRootMenu (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.y62 static void SetRootMenu (char *menu);
163 rootmenu: ROOTMENU STRING NEWLINE { SetRootMenu($2); free($2); }
285 SetRootMenu (char *menuname) in SetRootMenu() function
H A Dwinprefsyacc.c132 static void SetRootMenu (char *menu);
1399 { SetRootMenu((yyvsp[-1].sVal)); free((yyvsp[-1].sVal)); } in yyparse()
1849 SetRootMenu (char *menuname) in SetRootMenu() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog67923 winprefsyacc.y: In function ‘SetRootMenu’: