Searched refs:KSH_RETURN_ERROR (Results 1 – 10 of 10) sorted by relevance
/third_party/mksh/ |
D | var.c | 273 KSH_RETURN_ERROR); in isglobal() 519 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint() 996 if (!setstr(t, s, KSH_RETURN_ERROR)) { in vtypeset() 1043 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in vtypeset() 1199 setstr(vp, val, KSH_RETURN_ERROR); in makenv() 1294 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec() 1705 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
|
D | funcs.c | 469 if (!evaluate(s, &po.wc, KSH_RETURN_ERROR, true)) in c_print() 1017 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let() 1305 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts() 1311 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts() 1379 else if (!evaluate(arg, &val, KSH_RETURN_ERROR, false)) { in c_shift() 2017 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read() 3059 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval() 3060 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
|
D | ulimit.c | 275 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
|
D | main.c | 410 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init() 445 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init() 466 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
|
D | exec.c | 508 KSH_RETURN_ERROR); in comexec() 835 tp->val.s, KSH_RETURN_ERROR); in comexec()
|
D | misc.c | 2309 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd() 2328 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
|
D | expr.c | 142 if (error_ok == KSH_RETURN_ERROR) in v_evaluate()
|
D | histrap.c | 309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
|
D | eval.c | 435 KSH_RETURN_ERROR | 0x4); in expand()
|
D | sh.h | 1686 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro
|