OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmodmap
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xmodmap/dist/
Makefile.am
23
bin_PROGRAMS =
xmodmap
33
xmodmap
.c \
34
xmodmap
.h
configure
3
# Generated by GNU Autoconf 2.73 for
xmodmap
1.0.12.
5
# Report bugs to <https://gitlab.freedesktop.org/xorg/app/
xmodmap
/-/issues>.
280
$0: https://gitlab.freedesktop.org/xorg/app/
xmodmap
/-/issues
590
PACKAGE_NAME='
xmodmap
'
591
PACKAGE_TARNAME='
xmodmap
'
593
PACKAGE_STRING='
xmodmap
1.0.12'
594
PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/
xmodmap
/-/issues'
1331
'configure' configures
xmodmap
1.0.12 to adapt to many kinds of systems.
1380
--docdir=DIR documentation root [DATAROOTDIR/doc/
xmodmap
]
1402
short | recursive ) echo "Configuration of
xmodmap
1.0.12:";
[
all
...]
/xsrc/external/mit/xmodmap/dist/man/
Makefile.am
25
appman_PRE =
xmodmap
.man
33
# Assuming both
xmodmap
and libX11 are installed under the same $prefix
/xsrc/external/mit/xinit/dist/
xinitrc.cpp
10
xmodmap
=
XMODMAP
15
usermodmap=$HOME/.
Xmodmap
17
sysmodmap=$xinitdir/.
Xmodmap
30
$
xmodmap
$sysmodmap
106
$
xmodmap
"$usermodmap"
configure
664
XMODMAP
1483
--with-
xmodmap
=
XMODMAP
Path to
xmodmap
11695
DEFAULT_XMODMAP=
xmodmap
11716
# Check whether --with-
xmodmap
was given.
11719
withval=$with_xmodmap;
XMODMAP
="$withval"
11721
XMODMAP
="$DEFAULT_XMODMAP"
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartzKeyboard.c
398
const char *
xmodmap
= PROJECTROOT "/bin/
xmodmap
";
local
399
const char *sysmodmap = PROJECTROOT "/lib/X11/xinit/.
Xmodmap
";
453
/* Modify with
xmodmap
*/
454
if (access(
xmodmap
, F_OK) == 0) {
455
/* Check for system .
Xmodmap
*/
457
if (snprintf(cmd, sizeof(cmd), "%s %s",
xmodmap
,
463
"X11.app: Unable to create / execute
xmodmap
command line");
467
/* Check for user's local .
Xmodmap
*/
469
(snprintf(usermodmap, sizeof(usermodmap), "%s/.
Xmodmap
",
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartzKeyboard.c
386
const char *
xmodmap
= PROJECTROOT "/bin/
xmodmap
";
local
387
const char *sysmodmap = PROJECTROOT "/lib/X11/xinit/.
Xmodmap
";
429
/* Modify with
xmodmap
*/
430
if (access(
xmodmap
, F_OK) == 0) {
431
/* Check for system .
Xmodmap
*/
433
if(snprintf (cmd, sizeof(cmd), "%s %s",
xmodmap
, sysmodmap) < sizeof(cmd)) {
436
ErrorF("X11.app: Unable to create / execute
xmodmap
command line");
440
/* Check for user's local .
Xmodmap
*/
441
if ((homedir != NULL) && (snprintf (usermodmap, sizeof(usermodmap), "%s/.
Xmodmap
", homedir) < sizeof(usermodmap)))
[
all
...]
Completed in 75 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026