Searched refs:Xput (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/ape/cmd/pdksh/ |
H A D | path.c | 117 Xput(*xsp, xp, DIRSEP); 125 Xput(*xsp, xp, DIRSEP); 262 Xput(xs, xp, DIRSEP); 263 Xput(xs, xp, '\0'); 298 Xput(*xsp, xp, DIRSEP);
|
H A D | expand.h | 15 Xput(xs, xp, c); /* add character */ 44 #define Xput(xs, xp, c) (*xp++ = (c)) macro
|
H A D | c_sh.c | 349 Xput(xs, xp, c); 364 Xput(cs, cp, c); 379 Xput(cs, cp, c); 386 Xput(cs, cp, '\0'); 404 Xput(xs, xp, '\0');
|
H A D | c_ksh.c | 375 Xput(xs, xp, '\\'); 378 Xput(xs, xp, c); 381 Xput(xs, xp, ' '); 384 Xput(xs, xp, '\n'); 387 Xput(xs, xp, '\0');
|
H A D | lex.c | 812 Xput(xs, xp, c); 827 Xput(xs, xp, c); 830 Xput(xs, xp, c); 832 Xput(xs, xp, '\0');
|