Lines Matching full:setstr
244 /* setstr can't fail here */
245 setstr(vp, l->argv[c], KSH_RETURN_ERROR);
406 setstr(struct tbl *vq, const char *s, int error_ok)
426 "setstr: %s=%s: assigning to self",
464 /* setstr can't fail here */
465 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
867 if (!setstr(t, s, KSH_RETURN_ERROR)) {
903 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
908 /* setstr can't fail (readonly check already done) */
909 setstr(vp, val, KSH_RETURN_ERROR | 0x4);
1061 /* setstr can't fail here */
1062 setstr(vp, val, KSH_RETURN_ERROR);
1144 setstr(vp, buf, KSH_RETURN_ERROR | 0x4);
1484 setstr(vq, ccp, KSH_RETURN_ERROR);