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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.h64 #define T_STRING 91 macro
H A Dpsw.c481 case T_STRING: /* token is a string literal */
484 if ((t->type == T_STRING) ? PSWStringLength(t->val)
558 if (t->type == T_STRING || t->type == T_NAME || t->type == T_LITNAME)
637 case T_STRING: /* token is a string literal */
640 if ((t->type == T_STRING) ? PSWStringLength(t->val)
746 if (t->type == T_STRING || t->type == T_NAME || t->type == T_LITNAME)
872 case T_STRING:
876 if (t->type == T_STRING)
1028 case T_STRING: /* token is a string literal */
1088 if (t->type == T_STRING ||
[all...]
H A Dpswparser.y265 { $$ = PSWToken(T_STRING, $1); }
H A Dpswsemantics.c340 case T_STRING:
349 (type == T_STRING) ? "string": "literal name");
355 (type == T_STRING) ? "string": "literal name");

Completed in 91 milliseconds