Symbol: str_save
bin/ksh/c_ksh.c
970
ap->val.s = str_save(newval, APERM);
bin/ksh/c_sh.c
631
*wp = str_save(*wp, &l->area);
bin/ksh/edit.c
708
(*words)[(*nwords)++] = str_save(s, ATEMP);
bin/ksh/edit.c
869
XPput(*wp, str_save(te->name, ATEMP));
bin/ksh/eval.c
1255
ap->val.s = str_save(pw->pw_dir, APERM);
bin/ksh/eval.c
73
return str_save(cp, ATEMP);
bin/ksh/eval.c
781
xp->str = str_save(u64ton((uint64_t)c, 10), ATEMP);
bin/ksh/exec.c
911
tp->val.s = str_save(npath, APERM);
bin/ksh/history.c
131
pat = str_save(*wp, ATEMP);
bin/ksh/history.c
329
line = str_save(*hp, ATEMP);
bin/ksh/history.c
536
spec = str_save(str, ATEMP);
bin/ksh/history.c
661
c = str_save(cmd, APERM);
bin/ksh/history.c
812
hname = str_save(str_val(global("HISTFILE")), APERM);
bin/ksh/lex.c
1186
ps1 = str_save(str_val(global("PS1")), ATEMP);
bin/ksh/lex.c
1200
prompt = str_save(substitute(tmp, 0), saved_atemp);
bin/ksh/mail.c
104
mbox.mb_path = str_save(p, APERM);
bin/ksh/mail.c
121
mval = str_save(mptoparse, APERM);
bin/ksh/main.c
525
s->file = str_save(name, ATEMP);
bin/ksh/misc.c
258
return str_save(m, ATEMP);
bin/ksh/sh.h
534
char * str_save(const char *, Area *);
bin/ksh/syn.c
322
t->str = str_save(ident, ATEMP);
bin/ksh/syn.c
371
t->str = str_save(t->str, ATEMP);
bin/ksh/trap.c
288
p->trap = str_save(s, APERM); /* handles s == 0 */
bin/ksh/tree.c
448
r->str = t->type == TCASE ? wdcopy(t->str, ap) : str_save(t->str, ap);
bin/ksh/tree.c
632
q->heredoc = str_save(p->heredoc, ap);
bin/ksh/var.c
1081
search_path = str_save(def_path, APERM);
bin/ksh/var.c
341
s = str_save(s, ATEMP);
bin/ksh/var.c
389
vq->val.s = str_save(s, vq->areap);
bin/ksh/var.c
971
search_path = str_save(str_val(vp), APERM);
bin/ksh/var.c
998
tmpdir = str_save(s, APERM);