Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c474 Xput(xs, xp, po.ts[c]); in c_print()
477 Xput(xs, xp, po.wc & 0xFF); in c_print()
499 Xput(xs, xp, '\\'); in c_print()
506 Xput(xs, xp, po.ts[c]); in c_print()
511 Xput(xs, xp, c); in c_print()
515 Xput(xs, xp, '\0'); in c_print()
521 Xput(xs, xp, po.ws); in c_print()
544 Xput(xs, xp, po.ls); in c_print()
548 Xput(xs, xp, '\0'); in c_print()
1847 Xput(xs, xp, '\0'); in c_read()
[all …]
Dmisc.c1727 Xput(xs, xp, '/'); in do_realpath()
1813 Xput(xs, xp, '/'); in do_realpath()
1819 Xput(xs, xp, *ip++); in do_realpath()
1820 Xput(xs, xp, *ip++); in do_realpath()
1837 Xput(xs, xp, '/'); in do_realpath()
1838 Xput(xs, xp, '\0'); in do_realpath()
1936 Xput(*xsp, xp, '/'); in make_path()
1944 Xput(*xsp, xp, '/'); in make_path()
Dlex.c1189 Xput(xs, xp, c); in readhere()
1197 Xput(xs, xp, c); in readhere()
1206 Xput(xs, xp, '\0'); in readhere()
Dsh.h2023 #define Xput(xs, xp, c) (*xp++ = (c)) macro