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

  /external/mksh/src/
syn.c 276 XPput(vars, yylval.cp);
278 XPput(args, yylval.cp);
332 XPput(args, wdcopy(set_cmd0, ATEMP));
333 XPput(args, wdcopy(set_cmd1, ATEMP));
334 XPput(args, tcp);
335 XPput(args, wdcopy(set_cmd2, ATEMP));
337 XPput(args, yylval.cp);
378 XPput(args, wdcopy(let_cmd, ATEMP));
379 XPput(args, yylval.cp);
483 XPput(args, NULL)
    [all...]
eval.c 132 XPput(w, NULL); /* space for shell name */
135 XPput(w, NULL);
776 XPput(*wp, p);
778 XPput(*wp, debunk(p, p, strlen(p) + 1));
796 XPput(*wp, p);
1059 XPput(wv, c == '!' ? shf_smprintf("%lu",
1068 XPput(wv, 0);
1235 XPput(*wp, debunk(cp, cp, strlen(cp) + 1));
1318 XPput(*wp, np);
    [all...]
var.c 980 XPput(denv, vp->val.s);
982 XPput(denv, NULL);
    [all...]
edit.c 263 XPput(l, words[i] + prefix_len);
264 XPput(l, NULL);
333 XPput(w, NULL);
460 XPput(w, NULL);
674 XPput(*wp, cp);
    [all...]
sh.h     [all...]

Completed in 110 milliseconds