HomeSort by: relevance | last modified time | path
    Searched refs:str_save (Results 1 - 15 of 15) sorted by relevancy

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

Completed in 32 milliseconds