Lines Matching refs:setstr
271 /* setstr can't fail here */
272 setstr(vp, l->argv[c],
458 setstr(struct tbl *vq, const char *s, int error_ok)
479 "setstr: %s=%s: assigning to self",
518 /* setstr can't fail here */
519 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR);
996 if (!setstr(t, s, KSH_RETURN_ERROR)) {
1037 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
1042 /* setstr can't fail (readonly check already done) */
1043 setstr(vp, val, KSH_RETURN_ERROR | 0x4);
1198 /* setstr can't fail here */
1199 setstr(vp, val, KSH_RETURN_ERROR);
1294 setstr(vp, buf, KSH_RETURN_ERROR | 0x4);
1705 setstr(vq, ccp, KSH_RETURN_ERROR);
1862 setstr(vp, istr, 0x4);