Home
last modified time | relevance | path

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

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