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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c70 static boolean IsCharType(Type t) function
163 if (IsCharType(arg->type)
351 if ((type != T_NAME) && !IsCharType(dictVal->type)) {
392 else if (IsCharType(dictVal->type)) {
399 && ((dvi->isoutput) || IsCharType(dvi->type))) {
H A Dpsw.c144 static boolean IsCharType(Type t) function
489 Assert(IsCharType(t->namedFormal->type));
496 if (IsCharType(t->namedFormal->type) ||
645 Assert(IsCharType(t->namedFormal->type));
660 if (IsCharType(t->namedFormal->type)
676 Assert(t->namedFormal == NULL || IsCharType(t->namedFormal->type));
931 if (IsCharType(item->type)) {
1046 && (!IsCharType(t->namedFormal->type))
1156 if (IsCharType(item->type)) {
1500 (item->starred && IsCharType(ite
[all...]

Completed in 733 milliseconds