Home
last modified time | relevance | path

Searched refs:T_EQ (Results 1 – 15 of 15) sorted by last modified time

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c398 ret = T_EQ; in gettoken()
878 case T_EQ: in plural_eval()
H A Dplural_parser.h51 #define T_EQ 0x00000009 macro
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c82 case T_EQ: in iexpr_hash()
162 case T_EQ: in iexpr_cmp()
H A Dplatform.c1137 case T_EQ: in arglist2argv()
H A Deft_mdb.c567 case T_EQ: /* boolean == operator */ in eft_node()
H A Deval.c965 case T_EQ: in eval_dup()
1465 case T_EQ: in eval_expr()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.c201 case T_EQ: in ptree()
510 case T_EQ: return L_T_EQ; in ptree_nodetype2str()
639 np->t == T_EQ || in name_pattern_match_in_subtree()
H A Dtree.c261 case T_EQ: in tree_free()
366 case T_EQ: in tree_treecmp()
838 case T_EQ: in make_explicit()
H A Dtree.h59 T_EQ, /* boolean == operator */ enumerator
H A Descparse.y298 { $$ = tree_expr(T_EQ, $1, $3); }
H A Dliterals.h195 L_DECL(T_EQ);
H A Dcheck.c648 case T_EQ: in check_exprscope()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c517 { EQ1, { '=' }, KEEP(T_EQ), },
H A Dppexpr.c401 case T_EQ: in subexpr()
404 n = (n == subexpr(8, &un)) == (c == T_EQ); in subexpr()
H A Dpp.h309 #define T_EQ (N_PP+14) /* == */ macro