Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c2303 Atom *existing_atoms = NULL; in setup_save_yourself() local
2329 &existing_atoms, &count)) in setup_save_yourself()
2339 if (existing_atoms[i] == save_yourself_xatom) in setup_save_yourself()
2348 memcpy(new_atoms, existing_atoms, count * sizeof(Atom)); in setup_save_yourself()
2356 XFree(existing_atoms); in setup_save_yourself()