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

/external/mksh/src/
H A Dvar.c264 /* setstr can't fail here */
265 setstr(vp, l->argv[c],
449 setstr(struct tbl *vq, const char *s, int error_ok) function
469 "setstr: %s=%s: assigning to self",
506 /* setstr can't fail here */
507 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR);
969 if (!setstr(t, s, KSH_RETURN_ERROR)) {
1004 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
1009 /* setstr can't fail (readonly check already done) */
1010 setstr(v
[all...]
H A Dexec.c338 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR);
345 setstr(global(t->str), ccp, KSH_UNWIND_ERROR);
504 /* setstr() can't fail here */
505 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
830 /* setstr() can't fail here */
831 setstr(typeset("_", LOCAL | EXPORT, 0, INTEGER, 0),
H A Dmain.c385 /* setstr can't fail here */
386 setstr(vp, def_path, KSH_RETURN_ERROR);
413 setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR);
433 /* setstr can't fail here */
434 setstr(vp, current_wd, KSH_RETURN_ERROR);
452 /* setstr can't fail here */
453 setstr(vp, safe_prompt, KSH_RETURN_ERROR);
H A Dfuncs.c1274 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);
1280 if (!setstr(vq, buf, KSH_RETURN_ERROR))
2001 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR))
H A Deval.c422 setstr(st->var,
746 * fatal for special builtins (setstr
750 setstr(st->var,
H A Dmisc.c1940 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR);
1959 setstr(pwd_s, ptmp, KSH_RETURN_ERROR);
H A Dexpr.c166 setstr(vp, str_val(v), error_ok);
H A Dhistrap.c308 /* Ignore setstr errors here (arbitrary) */
309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
H A Dsh.h1400 /* Used by v_evaluate() and setstr() to control action when error occurs */
2380 int setstr(struct tbl *, const char *, int);

Completed in 159 milliseconds