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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.h49 typedef int PSWDictValue; /* non-negative */ typedef
63 extern PSWDictValue DPSWDictLookup(PSWDict /* dict */, char * /* name */);
66 extern PSWDictValue DPSWDictEnter
67 (PSWDict /* dict */, char * /* name */, PSWDictValue /* value */);
72 extern PSWDictValue DPSWDictRemove(PSWDict /* dict */, char * /* name */);
H A Ddpsdict.c56 PSWDictValue value;
131 PSWDictValue DPSWDictLookup(PSWDict dict, char *name)
141 PSWDictValue DPSWDictEnter(PSWDict dict, char *name, PSWDictValue value)
158 PSWDictValue DPSWDictRemove(PSWDict dict, char *name)
161 PSWDictValue value;
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.h45 typedef long int PSWDictValue; /* non-negative */ typedef
61 extern PSWDictValue PSWDictLookup(PSWDict /* dict */, char * /* name */);
64 extern PSWDictValue PSWDictEnter
65 (PSWDict /* dict */, char * /* name */, PSWDictValue /* value */);
69 extern PSWDictValue PSWDictRemove(PSWDict /* dict */, char * /* name */);
H A Dpswdict.c62 PSWDictValue value;
122 PSWDictValue PSWDictLookup(PSWDict dict, char *name)
132 PSWDictValue PSWDictEnter(PSWDict dict, char *name, PSWDictValue value)
149 PSWDictValue PSWDictRemove(PSWDict dict, char *name)
152 PSWDictValue value;
H A Dpswsemantics.c200 PSWDictEnter(currentDict, item->name, (PSWDictValue) item);
258 PSWDictEnter(currentDict, item->name, (PSWDictValue) item);
279 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
303 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
344 if ((PSWDictValue) dictVal != -1) {
380 if (((PSWDictValue) dictVal == -1) || (dictVal->isoutput)) {
398 if (((PSWDictValue) dvi != -1)
H A Dpsw.c287 PSWDictValue tag;
737 PSWDictValue loc;
1442 PSWDictValue strOffset;

Completed in 37 milliseconds