Home | History | Annotate | Download | only in src

Lines Matching full:setstr

244 				/* setstr can't fail here */
245 setstr(vp, l->argv[c], KSH_RETURN_ERROR);
405 setstr(struct tbl *vq, const char *s, int error_ok)
424 "setstr: %s=%s: assigning to self",
460 /* setstr can't fail here */
461 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
850 if (!setstr(t, s, KSH_RETURN_ERROR)) {
886 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
891 /* setstr can't fail (readonly check already done) */
892 setstr(vp, val, KSH_RETURN_ERROR | 0x4);
1044 /* setstr can't fail here */
1045 setstr(vp, val, KSH_RETURN_ERROR);
1450 setstr(vq, ccp, KSH_RETURN_ERROR);