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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c63 static PSWDict currentDict = NULL; variable
139 DestroyPSWDict(currentDict);
140 currentDict = NULL;
157 currentDict = CreatePSWDict(511);
192 if (PSWDictLookup(currentDict, item->name) != -1) {
200 PSWDictEnter(currentDict, item->name, (PSWDictValue) item);
249 if (PSWDictLookup(currentDict, item->name) != -1) {
258 PSWDictEnter(currentDict, item->name, (PSWDictValue) item);
279 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
303 PSWDictValue v = PSWDictLookup(currentDict, ite
[all...]

Completed in 11 milliseconds