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

/external/mksh/src/
H A Dvar.c251 setstr(vp, l->argv[c], KSH_RETURN_ERROR);
474 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
918 if (!setstr(t, s, KSH_RETURN_ERROR)) {
960 setstr(vp, val, KSH_RETURN_ERROR | 0x4);
1113 setstr(vp, val, KSH_RETURN_ERROR);
1195 setstr(vp, buf, KSH_RETURN_ERROR | 0x4);
1539 setstr(vq, ccp, KSH_RETURN_ERROR);
H A Dfuncs.c1228 if (!evaluate(*wp, &val, KSH_RETURN_ERROR, true)) {
1503 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);
1509 if (!setstr(vq, buf, KSH_RETURN_ERROR))
2176 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR))
3131 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) ||
3132 !evaluate(opnd2, &v2, KSH_RETURN_ERROR, false)) {
3476 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false))
H A Dmain.c330 setstr(vp, def_path, KSH_RETURN_ERROR);
371 setstr(vp, current_wd, KSH_RETURN_ERROR);
390 setstr(vp, safe_prompt, KSH_RETURN_ERROR);
H A Dexec.c519 KSH_RETURN_ERROR);
816 tp->val.s, KSH_RETURN_ERROR); local
H A Dmisc.c1919 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR);
1938 setstr(pwd_s, ptmp, KSH_RETURN_ERROR);
H A Dexpr.c219 if (error_ok == KSH_RETURN_ERROR)
H A Dhistrap.c313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); local
H A Deval.c406 KSH_RETURN_ERROR | 0x4);
H A Dsh.h1033 #define KSH_RETURN_ERROR 1 /* return 1/0 for success/failure */ macro

Completed in 179 milliseconds