HomeSort by relevance Sort by last modified time
    Searched refs:strdupx (Results 1 - 12 of 12) sorted by null

  /external/mksh/src/
histrap.c 177 strdupx(pat, *wp, ATEMP);
196 strdupx(line, *hp, ATEMP);
762 strdupx(hname, hname, APERM);
902 strdupx(*hp, (char *)(base + 4), APERM);
1046 strdupx(s, cs, APERM);
1141 strdupx(as, cs, ATEMP);
1380 strdupx(p->trap, s, APERM);
    [all...]
var.c 422 strdupx(s, s, ATEMP);
462 strdupx(vq->val.s, s, vq->areap);
800 strdupx(tvar, var, ATEMP);
1277 strdupx(path, s, APERM);
1295 strdupx(tmpdir, s, APERM);
1393 strdupx(path, def_path, APERM);
    [all...]
misc.c 1376 strdupx(rv, cp, ATEMP);
1417 strdupx(ipath, upath, ATEMP);
    [all...]
eval.c 522 strdupx(s, str_val(st->var), ATEMP);
    [all...]
syn.c 452 strdupx(t->str, ident, ATEMP);
652 strdupx(yylval.cp,
tree.c 531 strdupx(r->str, t->str, ap);
677 strdupx(q->heredoc, p->heredoc, ap);
funcs.c 1171 strdupx(ap->val.s, newval, APERM);
    [all...]
main.c 161 strdupx(x, cx, ATEMP);
717 strdupx(s->file, name, ATEMP);
    [all...]
exec.c 1207 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
sh.h 600 #define strdupx(d, s, ap) do { \ macro
608 #define strdupx(d, s, ap) do { \ macro
    [all...]
lex.c     [all...]
edit.c 755 strdupx(cp, te->name, ATEMP);
    [all...]

Completed in 406 milliseconds