Searched refs:PSWDictLookup (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | pswdict.h | 61 extern PSWDictValue PSWDictLookup(PSWDict /* dict */, char * /* name */);
|
H A D | pswsemantics.c | 192 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 D | pswdict.c | 122 PSWDictValue PSWDictLookup(PSWDict dict, char *name) function
|
H A D | psw.c | 289 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