HomeSort by relevance Sort by last modified time
    Searched refs:XKB_ATOM_NONE (Results 1 - 16 of 16) sorted by null

  /external/libxkbcommon/xkbcommon/test/
context.c 42 assert(atom != XKB_ATOM_NONE);
46 assert(atom != XKB_ATOM_NONE);
atom.c 88 if (atom != XKB_ATOM_NONE) {
109 if (arr[i].atom == XKB_ATOM_NONE) {
156 assert(atom_text(table, XKB_ATOM_NONE) == NULL);
157 assert(atom_lookup(table, NULL, 0) == XKB_ATOM_NONE);
160 assert(atom1 != XKB_ATOM_NONE);
165 assert(atom2 != XKB_ATOM_NONE);
169 assert(LOOKUP_LITERAL(table, "hell") == XKB_ATOM_NONE);
173 assert(atom3 != XKB_ATOM_NONE);
  /external/libxkbcommon/xkbcommon/src/
atom.h 29 #define XKB_ATOM_NONE 0
atom.c 121 if (atom == XKB_ATOM_NONE || atom >= darray_size(table->table))
140 while (*atomp != XKB_ATOM_NONE) {
178 return XKB_ATOM_NONE;
181 return XKB_ATOM_NONE;
200 return XKB_ATOM_NONE;
214 return XKB_ATOM_NONE;
217 node.left = node.right = XKB_ATOM_NONE;
keymap-priv.c 86 if (new_name != XKB_ATOM_NONE)
100 return XKB_ATOM_NONE;
keymap.c 288 if (atom == XKB_ATOM_NONE)
324 if (atom == XKB_ATOM_NONE)
400 if (atom == XKB_ATOM_NONE)
state.c     [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keycodes.c 126 if (old->name != XKB_ATOM_NONE) {
195 if (old_name != XKB_ATOM_NONE) {
219 darray_item(info->key_names, kc) = XKB_ATOM_NONE;
229 darray_item(info->key_names, old_kc) = XKB_ATOM_NONE;
280 if (name == XKB_ATOM_NONE)
319 if (ledi->name == XKB_ATOM_NONE)
575 alias->real = XKB_ATOM_NONE;
586 alias->real = XKB_ATOM_NONE;
603 if (alias->real != XKB_ATOM_NONE) {
622 if (ledi->name == XKB_ATOM_NONE)
    [all...]
parser.y 594 { $$ = XKB_ATOM_NONE; }
596 { $$ = XKB_ATOM_NONE; }
598 { $$ = XKB_ATOM_NONE; }
600 { $$ = XKB_ATOM_NONE; }
680 { $$ = ExprCreateArrayRef(XKB_ATOM_NONE, $1, $3); }
symbols.c 242 if (from->type == XKB_ATOM_NONE) {
244 else if (into->type == XKB_ATOM_NONE) {
441 if (real_name != XKB_ATOM_NONE)
    [all...]
keymap-dump.c 168 if (key->name == XKB_ATOM_NONE)
176 if (led->name != XKB_ATOM_NONE)
expr.c 70 if (!priv || field == XKB_ATOM_NONE || type != EXPR_TYPE_INT)
types.c 495 if (darray_item(type->level_names, level) != XKB_ATOM_NONE) {
compat.c 842 if (led->name == XKB_ATOM_NONE)
  /external/libxkbcommon/xkbcommon/src/x11/
util.c 179 to[i] = XKB_ATOM_NONE;
192 if (to[i] == XKB_ATOM_NONE)
keymap.c     [all...]

Completed in 267 milliseconds