HomeSort by relevance Sort by last modified time
    Searched refs:T_QUOTE (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
check.c 260 if (np->t != T_QUOTE)
642 case T_QUOTE:
1071 if (arglist->t != T_QUOTE &&
1126 arglist->u.expr.right->t == T_QUOTE) {
1145 if (arglist->t != T_QUOTE &&
1147 arglist->u.expr.left->t != T_QUOTE))
1156 arglist->u.expr.right->t == T_QUOTE) {
1175 if (arglist->t != T_QUOTE)
1180 arglist->u.expr.left->t != T_QUOTE ||
1187 if (arglist->t != T_QUOTE)
    [all...]
tree.h 52 T_QUOTE, /* quoted string */
191 * info kept for T_QUOTE
literals.h 186 L_DECL(T_QUOTE);
tree.c 174 case T_QUOTE:
306 case T_QUOTE:
432 case T_QUOTE:
752 struct node *ret = newnode(T_QUOTE, file, line);
    [all...]
ptree.c 146 case T_QUOTE:
503 case T_QUOTE: return L_T_QUOTE;
esclex.c 717 case T_QUOTE:
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 119 case T_QUOTE:
208 case T_QUOTE:
eval.c 257 ASSERT(np->u.expr.right->t == T_QUOTE);
642 ASSERTinfo(np->u.expr.left->t == T_QUOTE,
825 ASSERTinfo(np->u.expr.left->t == T_QUOTE,
1184 case T_QUOTE
    [all...]
config.c 195 ASSERT(rhs->t == T_QUOTE);
platform.c 1059 case T_QUOTE:
    [all...]
eft_mdb.c 495 case T_QUOTE: /* quoted string */

Completed in 180 milliseconds