Searched refs:MENUITEM (Results 1 - 25 of 107) sorted by relevance

12345

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefs.h79 typedef struct MENUITEM { struct
84 } MENUITEM; typedef in typeref:struct:MENUITEM
89 MENUITEM *menuItem; /* Array of items */
H A DXWin.rc95 MENUITEM "&Hide Root Window", ID_APP_HIDE_ROOT
96 MENUITEM "Clipboard may use &PRIMARY selection", ID_APP_MONITOR_PRIMARY
97 MENUITEM "&About...", ID_APP_ABOUT
98 MENUITEM SEPARATOR
99 MENUITEM "E&xit...", ID_APP_EXIT
H A Dwinprefsyacc.y313 menu.menuItem = malloc(sizeof(MENUITEM));
315 menu.menuItem = realloc(menu.menuItem, sizeof(MENUITEM)*(menu.menuItems+1));
H A Dwinprefsyacc.c1881 menu.menuItem = malloc(sizeof(MENUITEM));
1883 menu.menuItem = realloc(menu.menuItem, sizeof(MENUITEM)*(menu.menuItems+1));
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefs.h79 typedef struct MENUITEM struct
85 } MENUITEM; typedef in typeref:struct:MENUITEM
91 MENUITEM *menuItem; /* Array of items */
H A DXWin.rc95 MENUITEM "&Hide Root Window", ID_APP_HIDE_ROOT
96 MENUITEM "&About...", ID_APP_ABOUT
97 MENUITEM SEPARATOR
98 MENUITEM "E&xit...", ID_APP_EXIT
H A Dwinprefsyacc.y314 menu.menuItem = (MENUITEM*)malloc(sizeof(MENUITEM));
316 menu.menuItem = (MENUITEM*)
317 realloc(menu.menuItem, sizeof(MENUITEM)*(menu.menuItems+1));
/xsrc/external/mit/libxkbui/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xf86-video-imstt/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m47599 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m46951 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/xf86-video-nsc/dist/
H A Daclocal.m44083 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dlibtool.m47014 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXau/dist/m4/
H A Dlibtool.m48262 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXaw/dist/m4/
H A Dlibtool.m48134 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXcursor/dist/m4/
H A Dlibtool.m48134 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXdmcp/dist/m4/
H A Dlibtool.m48107 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXevie/dist/
H A Daclocal.m49383 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXext/dist/m4/
H A Dlibtool.m48107 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXfixes/dist/m4/
H A Dlibtool.m48107 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXfont2/dist/m4/
H A Dlibtool.m48107 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXfontcache/dist/
H A Daclocal.m45839 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXft/dist/m4/
H A Dlibtool.m48134 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXi/dist/m4/
H A Dlibtool.m48110 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
/xsrc/external/mit/libXpm/dist/m4/
H A Dlibtool.m48107 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'

Completed in 146 milliseconds

12345