Searched refs:sysmodmap (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xinit/dist/
H A Dxinitrc.cpp17 sysmodmap=$xinitdir/.Xmodmap
29 if [ -f $sysmodmap ]; then
30 $xmodmap $sysmodmap
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzKeyboard.c387 const char *sysmodmap = PROJECTROOT "/lib/X11/xinit/.Xmodmap"; local in function:DarwinKeyboardReloadHandler
432 if (access(sysmodmap, F_OK) == 0) {
433 if(snprintf (cmd, sizeof(cmd), "%s %s", xmodmap, sysmodmap) < sizeof(cmd)) {
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DquartzKeyboard.c399 const char *sysmodmap = PROJECTROOT "/lib/X11/xinit/.Xmodmap"; local in function:DarwinKeyboardReloadHandler
456 if (access(sysmodmap, F_OK) == 0) {
458 sysmodmap) < sizeof(cmd)) {

Completed in 5 milliseconds