Searched refs:T_AND (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 141 '&', T_AND, T_BAD, 142 T_AND, '&', T_BAD, 144 T_AND, '&', T_BAD,
|
H A D | reglib.h | 148 #define T_AND (T_OPEN+11) macro
|
H A D | regcomp.c | 841 if (c == T_AND) in magic() 2652 case T_AND: in seq() 2823 if (!(e = seq(env)) || !(env->flags & REG_AUGMENTED) || token(env) != T_AND) in con()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 96 case T_AND: in iexpr_hash() 176 case T_AND: in iexpr_cmp()
|
H A D | eval.c | 984 case T_AND: in eval_dup() 1273 *newc = tree_expr(T_AND, *newc, newnp); in eval_potential() 1722 case T_AND: in eval_expr()
|
H A D | eft_mdb.c | 551 case T_AND: /* boolean && operator */ in eft_node()
|
H A D | platform.c | 1147 case T_AND: in arglist2argv()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 193 L_DECL(T_AND);
|
H A D | tree.h | 59 T_AND, /* boolean && operator */ enumerator
|
H A D | ptree.c | 189 case T_AND: in ptree() 510 case T_AND: return L_T_AND; in ptree_nodetype2str() 639 np->t == T_AND || in name_pattern_match_in_subtree()
|
H A D | escparse.y | 290 { $$ = tree_expr(T_AND, $1, $3); }
|
H A D | tree.c | 243 case T_AND: in tree_free() 348 case T_AND: in tree_treecmp() 834 case T_AND: in make_explicit()
|
H A D | check.c | 650 case T_AND: in check_exprscope()
|