Searched refs:SetRootMenu (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.y62 static void SetRootMenu (char *menu);
163 rootmenu: ROOTMENU STRING NEWLINE { SetRootMenu($2); free($2); }
285 SetRootMenu (char *menuname)
H A Dwinprefsyacc.c132 static void SetRootMenu (char *menu);
1404 { SetRootMenu((yyvsp[-1].sVal)); free((yyvsp[-1].sVal)); }
1853 SetRootMenu (char *menuname) function in typeref:typename:void
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.y61 static void SetRootMenu (char *menu);
162 rootmenu: ROOTMENU STRING NEWLINE { SetRootMenu($2); free($2); }
286 SetRootMenu (char *menu)
H A Dwinprefsyacc.c130 static void SetRootMenu (char *menu);
1612 { SetRootMenu((yyvsp[(2) - (3)].sVal)); free((yyvsp[(2) - (3)].sVal)); }
2138 SetRootMenu (char *menu) function in typeref:typename:void

Completed in 9 milliseconds