Searched refs:Xput (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 474 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 …]
|
D | misc.c | 1727 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()
|
D | lex.c | 1189 Xput(xs, xp, c); in readhere() 1197 Xput(xs, xp, c); in readhere() 1206 Xput(xs, xp, '\0'); in readhere()
|
D | sh.h | 2023 #define Xput(xs, xp, c) (*xp++ = (c)) macro
|