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

  /external/mksh/src/
histrap.c 174 strdupx(pat, *wp, ATEMP);
193 strdupx(line, *hp, ATEMP);
639 strdupx(c, cmd, APERM);
721 strdupx(hname, hname, APERM);
863 strdupx(*hp, (char *)(base + 4), APERM);
1012 strdupx(s, cs, APERM);
1101 strdupx(as, cs, ATEMP);
1320 strdupx(p->trap, s, APERM);
    [all...]
var.c 407 strdupx(s, s, ATEMP);
447 strdupx(vq->val.s, s, vq->areap);
786 strdupx(tvar, var, ATEMP);
1266 strdupx(path, s, APERM);
1286 strdupx(tmpdir, s, APERM);
1385 strdupx(path, def_path, APERM);
    [all...]
misc.c 1366 strdupx(rv, cp, ATEMP);
1407 strdupx(ipath, upath, ATEMP);
    [all...]
syn.c 428 strdupx(t->str, ident, ATEMP);
622 strdupx(yylval.cp,
tree.c 538 strdupx(r->str, t->str, ap);
681 strdupx(q->heredoc, p->heredoc, ap);
eval.c 567 strdupx(s, d, ATEMP);
    [all...]
funcs.c 1149 strdupx(ap->val.s, newval, APERM);
    [all...]
exec.c 1167 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
main.c 167 strdupx(x, cx, ATEMP);
706 strdupx(s->file, name, ATEMP);
    [all...]
sh.h 559 #define strdupx(d, s, ap) do { \ macro
567 #define strdupx(d, s, ap) do { \ macro
    [all...]
lex.c     [all...]
edit.c 755 strdupx(cp, te->name, ATEMP);
    [all...]

Completed in 632 milliseconds