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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.h61 extern PSWDictValue PSWDictLookup(PSWDict /* dict */, char * /* name */);
H A Dpswsemantics.c192 if (PSWDictLookup(currentDict, item->name) != -1) {
249 if (PSWDictLookup(currentDict, item->name) != -1) {
279 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
303 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
343 Item dictVal = (Item) PSWDictLookup(currentDict, (char *)val);
371 Item dictVal = (Item) PSWDictLookup(currentDict, val);
397 dvi = (Item) PSWDictLookup(currentDict, (char *)ind);
H A Dpswdict.c122 PSWDictValue PSWDictLookup(PSWDict dict, char *name) function
H A Dpsw.c289 tag = PSWDictLookup(wellKnownPSNames, (char *)(t->val));
553 if (PSWDictLookup(wrapDict, (char *)t->val) == -1) {
739 loc = PSWDictLookup(wrapDict, (char *)t->val);
1082 if (PSWDictLookup(wrapDict, (char *)t->val) == -1) {
1445 strOffset = PSWDictLookup(wrapDict, (char *)t->val);

Completed in 98 milliseconds