Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c382 ret = T_LE; in gettoken()
888 case T_LE: in plural_eval()
H A Dplural_parser.h56 #define T_LE 0x0000000e macro
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c84 case T_LE: in iexpr_hash()
164 case T_LE: in iexpr_cmp()
H A Dplatform.c1140 case T_LE: in arglist2argv()
H A Deft_mdb.c623 case T_LE: /* boolean <= operator */ in eft_node()
H A Deval.c967 case T_LE: in eval_dup()
1529 case T_LE: in eval_expr()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.c257 case T_LE: in ptree()
518 case T_LE: return L_T_LE; in ptree_nodetype2str()
647 np->t == T_LE || in name_pattern_match_in_subtree()
H A Dtree.c269 case T_LE: in tree_free()
374 case T_LE: in tree_treecmp()
840 case T_LE: in make_explicit()
H A Dtree.h67 T_LE, /* boolean <= operator */ enumerator
H A Descparse.y304 { $$ = tree_expr(T_LE, $1, $3); }
H A Dliterals.h203 L_DECL(T_LE);
H A Dcheck.c659 case T_LE: in check_exprscope()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c513 { LT1, { '=' }, KEEP(T_LE), },
H A Dppexpr.c408 case T_LE: in subexpr()
432 case T_LE: in subexpr()
H A Dpp.h307 #define T_LE (N_PP+12) /* <= */ macro