Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c253 setstr(vp, l->argv[c], KSH_RETURN_ERROR); in global()
488 setstr(vq, str_val(vp), KSH_RETURN_ERROR); in setint()
949 if (!setstr(t, s, KSH_RETURN_ERROR)) { in typeset()
990 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in typeset()
1142 setstr(vp, val, KSH_RETURN_ERROR); in makenv()
1226 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec()
1571 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
Dfuncs.c1260 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) { in c_let()
1545 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts()
1551 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts()
1634 else if (!evaluate(arg, &val, KSH_RETURN_ERROR, false)) { in c_shift()
2253 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
3205 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) || in test_eval()
3206 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) { in test_eval()
3570 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false)) in set_ulimit()
Dmain.c333 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init()
374 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init()
393 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
Dexec.c525 KSH_RETURN_ERROR); in comexec()
873 tp->val.s, KSH_RETURN_ERROR); in comexec()
Dmisc.c1930 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd()
1949 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
Dexpr.c219 if (error_ok == KSH_RETURN_ERROR) in v_evaluate()
Dhistrap.c317 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
Deval.c412 KSH_RETURN_ERROR | 0x4); in expand()
Dsh.h1089 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro