Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c423 Xput(xs, xp, '\\'); in c_print()
431 Xput(xs, xp, ts[c]); in c_print()
435 Xput(xs, xp, c); in c_print()
438 Xput(xs, xp, ' '); in c_print()
441 Xput(xs, xp, '\n'); in c_print()
444 Xput(xs, xp, '\0'); in c_print()
2052 Xput(xs, xp, '\0'); in c_read()
2111 Xput(xs, xp, '1'); in c_read()
2112 Xput(xs, xp, '#'); in c_read()
2145 Xput(xs, xp, ch); in c_read()
[all …]
Dmisc.c1454 Xput(xs, xp, '/'); in do_realpath()
1528 Xput(xs, xp, '/'); in do_realpath()
1544 Xput(xs, xp, '/'); in do_realpath()
1545 Xput(xs, xp, '\0'); in do_realpath()
1645 Xput(*xsp, xp, '/'); in make_path()
1653 Xput(*xsp, xp, '/'); in make_path()
Dlex.c1209 Xput(xs, xp, c); in readhere()
1217 Xput(xs, xp, c); in readhere()
1226 Xput(xs, xp, '\0'); in readhere()
Dsh.h1430 #define Xput(xs, xp, c) (*xp++ = (c)) macro