Searched refs:T_MUL (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h61 #define T_MUL 0x00000011 macro
H A Dplural_parser.c83 "T_ADD", "T_SUB", "T_MUL", "T_DIV", "T_MOD", "T_LNOT", "T_LPAR",
371 ret = T_MUL;
738 * T_MUL, T_ADD, T_CMP,
902 case T_MUL:
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y167 { $$ = tree_expr(T_MUL, $1, $3); }
229 { $$ = tree_expr(T_MUL, $1, $3); }
318 { $$ = tree_expr(T_MUL, $1, $3); }
H A Dliterals.h199 L_DECL(T_MUL); variable
H A Dtree.h65 T_MUL, /* integer * operator */ enumerator in enum:node::nodetype
H A Dptree.c231 case T_MUL:
516 case T_MUL: return L_T_MUL;
645 np->t == T_MUL ||
H A Dcheck.c188 * expression(T_SUB, T_ADD, T_MUL, T_DIV)
213 np->t == T_MUL ||
655 case T_MUL:
927 np->u.name.child->t != T_MUL &&
H A Dtree.c250 case T_MUL:
355 case T_MUL:
839 case T_MUL:
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c101 case T_MUL:
181 case T_MUL:
H A Deft_mdb.c593 case T_MUL: /* integer * operator */
H A Deval.c977 case T_MUL:
1833 case T_MUL:
H A Dplatform.c1152 case T_MUL:

Completed in 143 milliseconds