Searched refs:keysym (Results 1 – 6 of 6) sorted by relevance
5 SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \10 CLEANFILES+= keysym.h12 beforedepend: keysym.h14 keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h16 ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h >keysym.h
75 keysym {
1120 static void unescaped_char(const char *parse, int *keysym) in unescaped_char() argument1131 *keysym = *buf; in unescaped_char()1140 int keysym = -1; in unescape_string() local1142 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() argument1160 *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 …]
16 # where KEYSYM is an integer. A keysym is essentially with the lynx.cfg17 # file calls a 'keystroke', but I think that keysym is a more appropriate18 # 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 the92 # keysym (NCURSES only?), in that case the mapping occurring last wins.
576 ./usr/X11R6/include/X11/keysym.h
9117 * added keymaps/keysym patch (it really should be integrated with the normal