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

  /src/bin/ksh/
syn.c 259 XPput(vars, yylval.cp);
261 XPput(args, yylval.cp);
308 XPput(args, wdcopy(let_cmd, ATEMP));
310 XPput(args, yylval.cp);
413 XPput(args, NULL);
415 XPput(vars, NULL);
526 XPput(ptns, yylval.cp);
529 XPput(ptns, NULL);
615 XPput(args, yylval.cp);
622 XPput(args, NULL)
    [all...]
expand.h 74 #define XPput(x, p) do { \
eval.c 97 XPput(w, NULL); /* space for shell name */
100 XPput(w, NULL);
585 XPput(*wp, p);
587 XPput(*wp, debunk(p, p, strlen(p) + 1));
808 XPput(wv, str_val(vp));
815 XPput(wv, 0);
964 XPput(*wp, debunk(cp, cp, strlen(cp) + 1));
1061 XPput(*wp, str_nsave(Xstring(*xs, xp), Xlength(*xs, xp)
1348 XPput(*wp, debunk(start, start, end - start));
edit.c 489 XPput(l, words[i] + prefix_len);
490 XPput(l, (char *) 0);
559 XPput(w, NULL);
706 XPput(w, NULL);
943 XPput(*wp, str_save(te->name, ATEMP));
var.c 901 XPput(env, vp->val.s);
903 XPput(env, NULL);

Completed in 14 milliseconds