Searched refs:atom_cache_entry (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.h61 struct atom_cache_entry *Intern_Atom (xcb_connection_t *, const char *);
H A Ddsimple.c582 struct atom_cache_entry { struct
586 struct atom_cache_entry *next;
589 static struct atom_cache_entry *atom_cache;
595 struct atom_cache_entry *Intern_Atom (xcb_connection_t * dpy, const char *name)
597 struct atom_cache_entry *a;
604 a = calloc(1, sizeof(struct atom_cache_entry));
617 struct atom_cache_entry *a = Intern_Atom (dpy, name);
642 struct atom_cache_entry *a;
649 a = calloc(1, sizeof(struct atom_cache_entry));

Completed in 3 milliseconds