Searched refs:atoms (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.c65 static PSWDict atoms; variable
178 if (atoms == NIL) atoms = DPSCreatePSWDict(511);
179 e = Probe(atoms, x, name);
182 e->next = (atoms->entries)[x]; (atoms->entries)[x] = e;
H A Dcsopendi.c530 if (dpy->atoms)
531 Xfree ((char *) dpy->atoms);
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.c71 PSWDict atoms; variable
169 if (atoms == NULL) atoms = CreatePSWDict(511);
170 e = Probe(atoms, x, name);
173 e->next = (atoms->entries)[x]; (atoms->entries)[x] = e;
/solaris-x11-s11/open-src/app/xlsatoms/
H A DMakefile3 # xlsatoms - utility to list atoms defined on a given X server
36 MODULE_DESC = the xlsatoms utility to list atoms defined on a given X server

Completed in 21 milliseconds