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

  /src/bin/ksh/
path.c 91 Xput(*xsp, xp, DIRSEP);
99 Xput(*xsp, xp, DIRSEP);
221 Xput(xs, xp, DIRSEP);
222 Xput(xs, xp, '\0');
257 Xput(*xsp, xp, DIRSEP);
expand.h 29 #define Xput(xs, xp, c) (*xp++ = (c))
c_sh.c 356 Xput(xs, xp, c);
371 Xput(cs, cp, c);
386 Xput(cs, cp, c);
393 Xput(cs, cp, '\0');
411 Xput(xs, xp, '\0');
c_ksh.c 357 Xput(xs, xp, '\\');
360 Xput(xs, xp, c);
363 Xput(xs, xp, ' ');
366 Xput(xs, xp, '\n');
369 Xput(xs, xp, '\0');
lex.c 811 Xput(xs, xp, c);
826 Xput(xs, xp, c);
829 Xput(xs, xp, c);
831 Xput(xs, xp, '\0');

Completed in 17 milliseconds