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