Searched refs:T_ADD (Results 1 – 14 of 14) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | expr.c | 116 #define T_ADD 0x100 macro 130 #define OP_PLUS (T_ADD|0) 131 #define OP_MINUS (T_ADD|1) 378 while ((tok&~T_OP)==T_ADD) in expr_add()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | expr.c | 116 #define T_ADD 0x100 macro 130 #define OP_PLUS (T_ADD|0) 131 #define OP_MINUS (T_ADD|1) 378 while ((tok&~T_OP)==T_ADD) in expr_add()
|
/titanic_51/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.h | 59 #define T_ADD 0x0000000f macro
|
H A D | plural_parser.c | 83 "T_ADD", "T_SUB", "T_MUL", "T_DIV", "T_MOD", "T_LNOT", "T_LPAR", 380 ret = T_ADD; in gettoken() 738 * T_MUL, T_ADD, T_CMP, in plural_expr() 898 case T_ADD: in plural_eval()
|
/titanic_51/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 165 { $$ = tree_expr(T_ADD, $1, $3); } 227 { $$ = tree_expr(T_ADD, $1, $3); } 316 { $$ = tree_expr(T_ADD, $1, $3); }
|
H A D | literals.h | 198 L_DECL(T_ADD);
|
H A D | tree.h | 64 T_ADD, /* integer + operator */ enumerator 252 * info kept for everything else (T_ADD, T_LIST, etc.)
|
H A D | ptree.c | 224 case T_ADD: in ptree() 515 case T_ADD: return L_T_ADD; in ptree_nodetype2str() 644 np->t == T_ADD || in name_pattern_match_in_subtree()
|
H A D | check.c | 188 * expression(T_SUB, T_ADD, T_MUL, T_DIV) 212 np->t == T_ADD || in check_nork() 653 case T_ADD: in check_exprscope() 926 np->u.name.child->t != T_ADD && in check_name_iterator()
|
H A D | tree.c | 247 case T_ADD: in tree_free() 352 case T_ADD: in tree_treecmp() 837 case T_ADD: in make_explicit()
|
/titanic_51/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 99 case T_ADD: in iexpr_hash() 179 case T_ADD: in iexpr_cmp()
|
H A D | eft_mdb.c | 586 case T_ADD: /* integer + operator */ in eft_node()
|
H A D | eval.c | 975 case T_ADD: in eval_dup() 1799 case T_ADD: in eval_expr()
|
H A D | platform.c | 1150 case T_ADD: in arglist2argv()
|