Home
last modified time | relevance | path

Searched refs:keysym (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sbin/wsconsctl/
DMakefile5 SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
10 CLEANFILES+= keysym.h
12 beforedepend: keysym.h
14 keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h
16 ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h >keysym.h
Dmap_scan.l75 keysym {
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStrings.c1120 static void unescaped_char(const char *parse, int *keysym) in unescaped_char() argument
1131 *keysym = *buf; in unescaped_char()
1140 int keysym = -1; in unescape_string() local
1142 unescaped_char(src, &keysym); in unescape_string()
1143 if (keysym >= 0) { in unescape_string()
1144 dst[0] = (char) keysym; in unescape_string()
1156 int map_string_to_keysym(const char *str, int *keysym) in map_string_to_keysym() argument
1160 *keysym = -1; in map_string_to_keysym()
1171 *keysym = lacname_to_lac(buf); in map_string_to_keysym()
1172 if (*keysym >= 0) { in map_string_to_keysym()
[all …]
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dlynx-keymaps16 # where KEYSYM is an integer. A keysym is essentially with the lynx.cfg
17 # file calls a 'keystroke', but I think that keysym is a more appropriate
18 # name. The keysym is an integer and may be expressed in various ways:
25 # Some keysyms may be expressed symbolically as a keysym name using the
92 # keysym (NCURSES only?), in that case the mapping occurring last wins.
/mirbsd/src/distrib/lists/x11/xbase/
Dmi576 ./usr/X11R6/include/X11/keysym.h
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES9117 * added keymaps/keysym patch (it really should be integrated with the normal