bin/ksh/c_ksh.c
977
ap->val.s = str_save(newval, APERM);
bin/ksh/c_sh.c
653
*wp = str_save(*wp, &l->area);
bin/ksh/edit.c
943
XPput(*wp, str_save(te->name, ATEMP));
bin/ksh/emacs.c
1327
op = new = str_save(cp, area);
bin/ksh/eval.c
1299
ap->val.s = str_save(pw->pw_dir, APERM);
bin/ksh/eval.c
745
xp->str = str_save(ulton((unsigned long)c, 10), ATEMP);
bin/ksh/exec.c
969
tp->val.s = str_save(npath, APERM);
bin/ksh/history.c
1093
*hp = str_save((char *)line, APERM);
bin/ksh/history.c
152
pat = str_save(*wp, ATEMP);
bin/ksh/history.c
347
line = str_save(*hp, ATEMP);
bin/ksh/history.c
629
*hp = str_save(cmd, APERM);
bin/ksh/history.c
698
hname = str_save(f, APERM);
bin/ksh/history.c
790
c = str_save(cmd, APERM);
bin/ksh/history.c
850
hname = str_save(hname, APERM);
bin/ksh/lex.c
1140
prompt = str_save(substitute(ps1, 0),
bin/ksh/mail.c
108
mbox.mb_path = str_save(p, APERM);
bin/ksh/mail.c
126
mval = str_save(mptoparse, APERM);
bin/ksh/main.c
478
s->file = str_save(name, ATEMP);
bin/ksh/misc.c
281
return str_save(m, ATEMP);
bin/ksh/proto.h
182
char * str_save ARGS((const char *, Area *));
bin/ksh/syn.c
342
t->str = str_save(ident, ATEMP);
bin/ksh/trap.c
315
p->trap = str_save(s, APERM);
bin/ksh/tree.c
493
r->str = t->type == TCASE ? wdcopy(t->str, ap) : str_save(t->str, ap);
bin/ksh/tree.c
688
q->heredoc = str_save(p->heredoc, ap);
bin/ksh/var.c
1002
path = str_save(str_val(vp), APERM);
bin/ksh/var.c
1030
tmpdir = str_save(s, APERM);
bin/ksh/var.c
1101
path = str_save(def_path, APERM);
bin/ksh/var.c
400
vq->val.s = str_save(s, vq->areap);