Searched refs:setstr (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | var.c | 253 setstr(vp, l->argv[c], KSH_RETURN_ERROR); in global() 429 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() function 488 setstr(vq, str_val(vp), KSH_RETURN_ERROR); in setint() 949 if (!setstr(t, s, KSH_RETURN_ERROR)) { in typeset() 984 setstr(vp, val, KSH_UNWIND_ERROR | 0x4); in typeset() 990 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in typeset() 1142 setstr(vp, val, KSH_RETURN_ERROR); in makenv() 1226 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec() 1571 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array()
|
D | exec.c | 355 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute() 366 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute() 524 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec() 872 setstr(typeset("_", LOCAL | EXPORT, 0, INTEGER, 0), in comexec()
|
D | main.c | 333 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init() 374 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init() 393 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
|
D | misc.c | 1930 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd() 1949 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
|
D | eval.c | 410 setstr(st->var, in expand() 718 setstr(st->var, in expand()
|
D | funcs.c | 1545 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts() 1551 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts() 2253 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
|
D | expr.c | 243 setstr(vp, str_val(v), error_ok); in v_evaluate()
|
D | histrap.c | 317 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
|
D | sh.h | 2023 int setstr(struct tbl *, const char *, int);
|