Searched refs:Xput (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dfuncs.c423 Xput(xs, xp, '\\');
431 Xput(xs, xp, ts[c]);
435 Xput(xs, xp, c);
438 Xput(xs, xp, ' ');
441 Xput(xs, xp, '\n');
444 Xput(xs, xp, '\0');
2037 Xput(xs, xp, '\0');
2096 Xput(xs, xp, '1');
2097 Xput(xs, xp, '#');
2130 Xput(x
[all...]
H A Dmisc.c1451 Xput(xs, xp, '/');
1525 Xput(xs, xp, '/');
1541 Xput(xs, xp, '/');
1542 Xput(xs, xp, '\0');
1642 Xput(*xsp, xp, '/');
1650 Xput(*xsp, xp, '/');
H A Dlex.c1196 Xput(xs, xp, c);
1204 Xput(xs, xp, c);
1213 Xput(xs, xp, '\0');
H A Dsh.h1424 #define Xput(xs, xp, c) (*xp++ = (c)) macro

Completed in 84 milliseconds