Home
last modified time | relevance | path

Searched refs:KSH_RETURN_ERROR (Results 1 – 10 of 10) sorted by relevance

/external/mksh/
DAndroid.patch.txt43 + setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR);
/external/mksh/src/
Dvar.c266 KSH_RETURN_ERROR); in isglobal()
509 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint()
972 if (!setstr(t, s, KSH_RETURN_ERROR)) { in typeset()
1013 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in typeset()
1166 setstr(vp, val, KSH_RETURN_ERROR); in makenv()
1261 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec()
1663 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
Dfuncs.c467 if (!evaluate(s, &po.wc, KSH_RETURN_ERROR, true)) in c_print()
990 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let()
1278 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts()
1284 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts()
1367 else if (!evaluate(arg, &val, KSH_RETURN_ERROR, false)) { in c_shift()
2005 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
2985 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval()
2986 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
3350 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
Dmain.c384 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init()
404 setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR); in main_init()
425 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init()
444 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
Dmisc.c2246 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd()
2265 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
Dexec.c506 KSH_RETURN_ERROR); in comexec()
835 tp->val.s, KSH_RETURN_ERROR); in comexec()
Dexpr.c142 if (error_ok == KSH_RETURN_ERROR) in v_evaluate()
Dhistrap.c309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
Deval.c430 KSH_RETURN_ERROR | 0x4); in expand()
Dsh.h1612 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro