Lines Matching refs:old_names
238 XkbNamesPtr old_names;
266 old_names = xkb->names;
274 old_names = NULL;
308 if ((xkb != NULL) && (old_names != NULL)) {
310 if (old_names->types != None) {
311 tmp = XkbAtomGetString(dpy, old_names->types);
320 if (old_names->compat != None) {
321 tmp = XkbAtomGetString(dpy, old_names->compat);
329 if (old_names->symbols == None)
331 tmp = XkbAtomGetString(dpy, old_names->symbols);
336 if (old_names->keycodes != None) {
337 tmp = XkbAtomGetString(dpy, old_names->keycodes);
345 if (old_names->geometry == None)
347 tmp = XkbAtomGetString(dpy, old_names->geometry);