Home
last modified time | relevance | path

Searched refs:XKB_KEY_NoSymbol (Results 1 – 19 of 19) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dcompose.c83 if (input_keysym == XKB_KEY_NoSymbol) in test_compose_seq_va()
192 …B_KEY_dead_tilde, XKB_COMPOSE_FEED_ACCEPTED, XKB_COMPOSE_COMPOSING, "", XKB_KEY_NoSymbol, in test_seqs()
194 XKB_KEY_NoSymbol)); in test_seqs()
197 …B_KEY_dead_tilde, XKB_COMPOSE_FEED_ACCEPTED, XKB_COMPOSE_COMPOSING, "", XKB_KEY_NoSymbol, in test_seqs()
199 …B_KEY_dead_tilde, XKB_COMPOSE_FEED_ACCEPTED, XKB_COMPOSE_COMPOSING, "", XKB_KEY_NoSymbol, in test_seqs()
201 XKB_KEY_NoSymbol)); in test_seqs()
204 …B_KEY_dead_tilde, XKB_COMPOSE_FEED_ACCEPTED, XKB_COMPOSE_COMPOSING, "", XKB_KEY_NoSymbol, in test_seqs()
206 XKB_KEY_NoSymbol)); in test_seqs()
209 …B_KEY_dead_acute, XKB_COMPOSE_FEED_ACCEPTED, XKB_COMPOSE_COMPOSING, "", XKB_KEY_NoSymbol, in test_seqs()
212 XKB_KEY_NoSymbol)); in test_seqs()
[all …]
Dkeysym.c88 assert(test_string("ThisKeyShouldNotExist", XKB_KEY_NoSymbol)); in main()
115 assert(test_casestring("ThisKeyShouldNotExist", XKB_KEY_NoSymbol)); in main()
Drulescomp.c182 KEY_A, BOTH, XKB_KEY_NoSymbol, FINISH)); in main()
Dcommon.c115 if (keysym != XKB_KEY_NoSymbol) { in test_key_seq_va()
Dkeyseq.c326 KEY_5, BOTH, XKB_KEY_NoSymbol, NEXT, in main()
Dstate.c236 assert(one_sym == XKB_KEY_NoSymbol); in test_update_key()
/external/libxkbcommon/xkbcommon/src/
Dkeysym.c171 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
184 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
187 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
191 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
197 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
210 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
217 return XKB_KEY_NoSymbol; in xkb_keysym_from_name()
Dstate.c916 return XKB_KEY_NoSymbol; in xkb_state_key_get_one_sym()
949 return XKB_KEY_NoSymbol; in get_one_sym_for_string()
954 return XKB_KEY_NoSymbol; in get_one_sym_for_string()
990 if (sym != XKB_KEY_NoSymbol) { in xkb_state_key_get_utf8()
/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c91 return XKB_KEY_NoSymbol; in cached_keysym_from_name()
415 node->u.leaf.keysym != XKB_KEY_NoSymbol) { in add_production()
418 node->u.leaf.keysym = XKB_KEY_NoSymbol; in add_production()
439 if (node->u.leaf.utf8 != 0 || node->u.leaf.keysym != XKB_KEY_NoSymbol) { in add_production()
610 if (keysym == XKB_KEY_NoSymbol) { in parse()
680 if (keysym == XKB_KEY_NoSymbol) { in parse()
Dstate.c165 if (node->u.leaf.utf8 == 0 && node->u.leaf.keysym != XKB_KEY_NoSymbol) { in xkb_compose_state_get_utf8()
194 return XKB_KEY_NoSymbol; in xkb_compose_state_get_one_sym()
Dtable.c59 root.keysym = XKB_KEY_NoSymbol; in xkb_compose_table_new()
63 root.u.leaf.keysym = XKB_KEY_NoSymbol; in xkb_compose_table_new()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.y64 *sym_rtrn = XKB_KEY_NoSymbol; in resolve_keysym()
74 if (sym != XKB_KEY_NoSymbol) { in resolve_keysym()
724 $$ = XKB_KEY_NoSymbol;
734 $$ = XKB_KEY_NoSymbol;
Dkeymap.c56 .sym = XKB_KEY_NoSymbol,
94 interp->sym != XKB_KEY_NoSymbol) in FindInterpForKey()
Dparser.c103 *sym_rtrn = XKB_KEY_NoSymbol; in resolve_keysym()
113 if (sym != XKB_KEY_NoSymbol) { in resolve_keysym()
3080 (yyval.keysym) = XKB_KEY_NoSymbol; in yyparse()
3090 (yyval.keysym) = XKB_KEY_NoSymbol; in yyparse()
Dsymbols.c717 if (keysym == XKB_KEY_NoSymbol) in AddSymbolsToKey()
1307 XKB_KEY_NoSymbol : \ in FindAutomaticType()
1332 sym3 = (width == 4 ? GET_SYM(3) : XKB_KEY_NoSymbol); in FindAutomaticType()
Dexpr.c638 if (*sym_rtrn != XKB_KEY_NoSymbol) in ExprResolveKeySym()
Dcompat.c814 (si->interp.sym != XKB_KEY_NoSymbol) == needSymbol) in CopyInterps()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c452 wire_keysym != XKB_KEY_NoSymbol) { in get_sym_maps()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-keysyms.h6 #define XKB_KEY_NoSymbol 0x000000 /* Special KeySym */ macro