Searched refs:KSH_RETURN_ERROR (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | var.c | 245 setstr(vp, l->argv[c], KSH_RETURN_ERROR); in global() 465 setstr(vq, str_val(vp), KSH_RETURN_ERROR); in setint() 862 if (!setstr(t, s, KSH_RETURN_ERROR)) { in typeset() 904 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in typeset() 1057 setstr(vp, val, KSH_RETURN_ERROR); in makenv() 1139 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec() 1479 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
|
D | funcs.c | 1217 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let() 1490 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts() 1496 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts() 2163 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read() 3117 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval() 3118 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval() 3598 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
|
D | main.c | 310 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init() 360 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init() 379 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
|
D | misc.c | 1877 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd() 1896 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
|
D | exec.c | 524 KSH_RETURN_ERROR); in comexec() 807 tp->val.s, KSH_RETURN_ERROR); in comexec()
|
D | expr.c | 220 if (error_ok == KSH_RETURN_ERROR) in v_evaluate()
|
D | histrap.c | 313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
|
D | sh.h | 1017 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro
|
D | eval.c | 388 KSH_RETURN_ERROR | 0x4); in expand()
|