Home
last modified time | relevance | path

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

/external/mksh/
DAndroid.patch.txt46 + setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR);
/external/mksh/src/
Dvar.c273 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()
Dfuncs.c464 if (!evaluate(s, &po.wc, KSH_RETURN_ERROR, true)) in c_print()
996 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let()
1284 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts()
1290 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts()
1358 else if (!evaluate(arg, &val, KSH_RETURN_ERROR, false)) { in c_shift()
1996 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
3038 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval()
3039 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
3372 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
Dmain.c400 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init()
420 setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR); in main_init()
441 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init()
460 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
Dexec.c508 KSH_RETURN_ERROR); in comexec()
833 tp->val.s, KSH_RETURN_ERROR); in comexec()
Dexpr.c142 if (error_ok == KSH_RETURN_ERROR) in v_evaluate()
Dmisc.c2303 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd()
2322 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
Dhistrap.c309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
Deval.c435 KSH_RETURN_ERROR | 0x4); in expand()
Dsh.h1688 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro