Searched defs:dictVal (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c343 Item dictVal = (Item) PSWDictLookup(currentDict, (char *)val); local
344 if ((PSWDictValue) dictVal != -1) {
345 if ((type != T_NAME) && (dictVal->isoutput)) {
348 dictVal->name,
351 if ((type != T_NAME) && !IsCharType(dictVal->type)) {
354 dictVal->name,
357 token->namedFormal = dictVal; /* ok, so assign a value */
371 Item dictVal = (Item) PSWDictLookup(currentDict, val); local
380 if (((PSWDictValue) dictVal == -1) || (dictVal
[all...]

Completed in 10 milliseconds