Home
last modified time | relevance | path

Searched refs:T_QUOTE (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Dparser.y46 %token T_QUOTE
63 string : T_QUOTE charlist T_QUOTE
64 | T_QUOTE T_QUOTE
H A Dscanner.c527 return (T_QUOTE); in yylex()
634 return (T_QUOTE); in yylex()
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y49 %token T_QUOTE
147 string : T_QUOTE charlist T_QUOTE
148 | T_QUOTE T_QUOTE
494 | T_QUOTE order_str T_QUOTE
H A Dscanner.c688 return (T_QUOTE); in yylex()
793 return (T_QUOTE); in yylex()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c260 if (np->t != T_QUOTE) in check_quote()
642 case T_QUOTE: in check_exprscope()
1071 if (arglist->t != T_QUOTE && in check_func()
1126 arglist->u.expr.right->t == T_QUOTE) { in check_func()
1145 if (arglist->t != T_QUOTE && in check_func()
1147 arglist->u.expr.left->t != T_QUOTE)) in check_func()
1175 if (arglist->t != T_QUOTE) in check_func()
1180 arglist->u.expr.left->t != T_QUOTE || in check_func()
1187 if (arglist->t != T_QUOTE) in check_func()
1193 arglist->u.expr.left->t == T_QUOTE) { in check_func()
[all …]
H A Dliterals.h186 L_DECL(T_QUOTE);
H A Dtree.h50 T_QUOTE, /* quoted string */ enumerator
H A Dtree.c190 case T_QUOTE: in nodesize()
322 case T_QUOTE: in tree_free()
448 case T_QUOTE: in tree_treecmp()
768 struct node *ret = newnode(T_QUOTE, file, line); in tree_quote()
H A Dptree.c144 case T_QUOTE: in ptree()
501 case T_QUOTE: return L_T_QUOTE; in ptree_nodetype2str()
H A Desclex.c723 case T_QUOTE: in dumpline()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c117 case T_QUOTE: in iexpr_hash()
206 case T_QUOTE: in iexpr_cmp()
H A Deval.c258 ASSERT(np->u.expr.right->t == T_QUOTE); in eval_func()
645 ASSERTinfo(np->u.expr.left->t == T_QUOTE, in eval_func()
828 ASSERTinfo(np->u.expr.left->t == T_QUOTE, in eval_func()
1187 case T_QUOTE: in eval_dup()
1188 newnp = newnode(T_QUOTE, np->file, np->line); in eval_dup()
1956 case T_QUOTE: in eval_expr()
H A Dconfig.c194 ASSERT(rhs->t == T_QUOTE); in addconfigprop()
H A Dplatform.c1116 case T_QUOTE: in arglist2argv()
1525 ASSERT(np->t == T_QUOTE); in platform_payloadprop()
H A Deft_mdb.c497 case T_QUOTE: /* quoted string */ in eft_node()