Searched refs:exp3 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 187 struct expr *exp1, struct expr *exp2, struct expr *exp3) in setop_reduce() argument 199 printf(" exp3 type: %s\n", type_name[GETTYPE(exp3->op)]); in setop_reduce() 216 if (exp3) in setop_reduce() 217 freeexpr(exp3); in setop_reduce() 225 newitem->nodes[2] = exp3; in setop_reduce() 242 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local 285 exp3 = exp; in reduce() 286 exp_op = stack_pop(stk, exp3, NULL); in reduce() 290 exp2 = stack_pop(stk, exp3, NULL); in reduce() 293 exp_op = stack_pop(stk, exp2, exp3); in reduce() [all …]
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exp.c | 47 tchar *exp3(tchar ***, bool); 232 tchar *p1 = exp3(vp, ignore); in exp2c() 246 p2 = exp3(vp, ignore); in exp2c() 277 exp3(tchar ***vp, bool ignore) in exp3() function 293 p2 = exp3(vp, ignore); in exp3()
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlogf.c | 153 int exp0, exp1, exp2, exp3, exp4; in __vlogf() local 215 ty3 = LN2 * (double) exp3 + __TBL_logf[i3]; in __vlogf()
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument 311 toktostr(exp1), toktostr(exp2), toktostr(exp3)); in expected3()
|