Searched refs:T_DIV (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 169 { $$ = tree_expr(T_DIV, $1, $3); } 231 { $$ = tree_expr(T_DIV, $1, $3); } 233 { $$ = tree_expr(T_DIV, $1, $3); } 320 { $$ = tree_expr(T_DIV, $1, $3); } 322 { $$ = tree_expr(T_DIV, $1, $3); }
|
H A D | literals.h | 200 L_DECL(T_DIV);
|
H A D | tree.h | 66 T_DIV, /* integer / operator */ enumerator
|
H A D | ptree.c | 238 case T_DIV: in ptree() 517 case T_DIV: return L_T_DIV; in ptree_nodetype2str() 646 np->t == T_DIV || in name_pattern_match_in_subtree()
|
H A D | check.c | 214 np->t == T_DIV) in check_nork() 656 case T_DIV: in check_exprscope() 928 np->u.name.child->t != T_DIV && in check_name_iterator()
|
H A D | tree.c | 248 case T_DIV: in tree_free() 353 case T_DIV: in tree_treecmp() 840 case T_DIV: in make_explicit()
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.h | 62 #define T_DIV 0x00000012 macro
|
H A D | plural_parser.c | 374 ret = T_DIV; in gettoken() 904 case T_DIV: in plural_eval()
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 102 case T_DIV: in iexpr_hash() 182 case T_DIV: in iexpr_cmp()
|
H A D | eft_mdb.c | 600 case T_DIV: /* integer / operator */ in eft_node()
|
H A D | eval.c | 978 case T_DIV: in eval_dup() 1847 case T_DIV: in eval_expr()
|
H A D | platform.c | 1153 case T_DIV: in arglist2argv()
|