Searched refs:atomp (Results 1 – 2 of 2) sorted by relevance
159 xkb_atom_t *atomp = &table->root; in atom_intern() local160 while (*atomp != XKB_ATOM_NONE) { in atom_intern()161 struct atom_node *node = &darray_item(table->table, *atomp); in atom_intern()164 atomp = &node->right; in atom_intern()167 atomp = &node->left; in atom_intern()173 return *atomp; in atom_intern()176 atomp = &node->right; in atom_intern()179 atomp = &node->left; in atom_intern()194 *atomp = atom; in atom_intern()
247 def atomp(lst): function281 if atomp(items):295 if atomp(items):346 if atomp(lst):352 if atomp(lst): # scalar359 if atomp(lst):365 if atomp(lst):384 if atomp(rlst):