Searched defs:atoms (Results 1 - 2 of 2) 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;
/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;

Completed in 10 milliseconds