Searched refs:shortcuts (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Application.h53 const char *shortcuts);
H A Dapplewm.c371 char *shortcuts; local in function:ProcAppleWMSetWindowMenu
379 shortcuts = malloc(sizeof(char) * nitems);
381 if (!items || !shortcuts) {
383 free(shortcuts);
392 shortcuts[j] = bytes[i++];
405 free(shortcuts);
410 X11ApplicationSetWindowMenu(nitems, items, shortcuts);
412 free(shortcuts);
H A DX11Application.m348 * shortcuts bound to it. */
567 const char *shortcuts)
576 if (shortcuts[i] == 0) {
579 [menuItem addObject:[NSString stringWithFormat:@"%d", shortcuts[i]]];
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Application.h68 const char *shortcuts);
H A Dapplewm.c376 char *shortcuts;
384 shortcuts = malloc(sizeof (char) * nitems);
391 shortcuts[j] = bytes[i++];
400 X11ApplicationSetWindowMenu (nitems, items, shortcuts);
402 free(shortcuts);
373 char *shortcuts; local in function:ProcAppleWMSetWindowMenu
H A DX11Application.m287 * shortcuts bound to it. */
845 const char *shortcuts) {
847 array = array_with_strings_and_numbers (nitems, items, shortcuts);
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md1247 programs that have keyboard shortcuts that pop up windows. (patch
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc462 programs that have keyboard shortcuts that pop up windows.

Completed in 12 milliseconds