Searched refs:T_LT (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 170 '<', T_LT, T_BAD, 171 '<', T_LT, T_BAD, 172 T_LT, '<', T_BAD,
|
H A D | reglib.h | 149 #define T_LT (T_OPEN+12) macro
|
H A D | regcomp.c | 2758 case T_LT: in seq()
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.h | 56 #define T_LT 0x0000000c macro
|
H A D | plural_parser.c | 390 ret = T_LT; in gettoken() 892 case T_LT: in plural_eval()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 85 case T_LT: in iexpr_hash() 165 case T_LT: in iexpr_cmp()
|
H A D | eft_mdb.c | 614 case T_LT: /* boolean < operator */ in eft_node()
|
H A D | eval.c | 964 case T_LT: in eval_dup() 1513 case T_LT: in eval_expr()
|
H A D | platform.c | 1137 case T_LT: in arglist2argv()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 202 L_DECL(T_LT);
|
H A D | tree.h | 68 T_LT, /* boolean < operator */ enumerator
|
H A D | ptree.c | 252 case T_LT: in ptree() 519 case T_LT: return L_T_LT; in ptree_nodetype2str() 648 np->t == T_LT || in name_pattern_match_in_subtree()
|
H A D | escparse.y | 302 { $$ = tree_expr(T_LT, $1, $3); }
|
H A D | tree.c | 252 case T_LT: in tree_free() 357 case T_LT: in tree_treecmp() 823 case T_LT: in make_explicit()
|
H A D | check.c | 658 case T_LT: in check_exprscope()
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | parser.y | 41 %token T_LT
|