Home | History | Annotate | Download | only in test

Lines Matching defs:atom

27 #include "atom.h"
64 xkb_atom_t atom;
72 xkb_atom_t atom;
87 atom = atom_lookup(table, arr[i].string, arr[i].len);
88 if (atom != XKB_ATOM_NONE) {
89 string = atom_text(table, atom);
108 arr[i].atom = atom_intern(table, arr[i].string, arr[i].len, false);
109 if (arr[i].atom == XKB_ATOM_NONE) {
117 string = atom_text(table, arr[i].atom);
132 fprintf(stderr, "%u\t\t%lu\t\t%.*s\n", arr[i].atom,