Searched refs:KSH_RETURN_ERROR (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | var.c | 266 KSH_RETURN_ERROR); in isglobal() 507 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint() 969 if (!setstr(t, s, KSH_RETURN_ERROR)) { in typeset() 1010 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in typeset() 1163 setstr(vp, val, KSH_RETURN_ERROR); in makenv() 1258 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec() 1627 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
|
D | funcs.c | 467 if (!evaluate(s, &po.wc, KSH_RETURN_ERROR, true)) in c_print() 985 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let() 1274 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts() 1280 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts() 1363 else if (!evaluate(arg, &val, KSH_RETURN_ERROR, false)) { in c_shift() 2001 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read() 2980 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval() 2981 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval() 3345 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
|
D | main.c | 386 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init() 413 setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR); in main_init() 434 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init() 453 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
|
D | misc.c | 1940 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd() 1959 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
|
D | exec.c | 506 KSH_RETURN_ERROR); in comexec() 832 tp->val.s, KSH_RETURN_ERROR); in comexec()
|
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 | 424 KSH_RETURN_ERROR | 0x4); in expand()
|
D | sh.h | 1402 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro
|