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

/external/mksh/src/
H A Dfuncs.c429 Xput(xs, xp, '\\');
438 Xput(xs, xp, ts[c]);
443 Xput(xs, xp, c);
446 Xput(xs, xp, ' ');
451 Xput(xs, xp, '\n');
455 Xput(xs, xp, '\0');
2095 Xput(xs, xp, '\0');
2155 Xput(xs, xp, '1');
2156 Xput(xs, xp, '#');
2189 Xput(x
[all...]
H A Dmisc.c1464 Xput(xs, xp, '/');
1538 Xput(xs, xp, '/');
1554 Xput(xs, xp, '/');
1555 Xput(xs, xp, '\0');
1653 Xput(*xsp, xp, '/');
1661 Xput(*xsp, xp, '/');
H A Dlex.c1179 Xput(xs, xp, c);
1187 Xput(xs, xp, c);
1196 Xput(xs, xp, '\0');
H A Dsh.h1485 #define Xput(xs, xp, c) (*xp++ = (c)) macro

Completed in 158 milliseconds