Searched refs:Xput (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 471 Xput(xs, xp, po.ts[c]); in c_print() 474 Xput(xs, xp, po.wc & 0xFF); in c_print() 496 Xput(xs, xp, '\\'); in c_print() 503 Xput(xs, xp, po.ts[c]); in c_print() 508 Xput(xs, xp, c); in c_print() 512 Xput(xs, xp, '\0'); in c_print() 518 Xput(xs, xp, po.ws); in c_print() 541 Xput(xs, xp, po.ls); in c_print() 545 Xput(xs, xp, '\0'); in c_print() 1838 Xput(xs, xp, '\0'); in c_read() [all …]
|
D | misc.c | 1778 Xput(xs, xp, '/'); in do_realpath() 1864 Xput(xs, xp, '/'); in do_realpath() 1870 Xput(xs, xp, *ip++); in do_realpath() 1871 Xput(xs, xp, *ip++); in do_realpath() 1888 Xput(xs, xp, '/'); in do_realpath() 1889 Xput(xs, xp, '\0'); in do_realpath() 1987 Xput(*xsp, xp, '/'); in make_path() 1995 Xput(*xsp, xp, '/'); in make_path()
|
D | lex.c | 1188 Xput(xs, xp, c); in readhere() 1196 Xput(xs, xp, c); in readhere() 1205 Xput(xs, xp, '\0'); in readhere()
|
D | sh.h | 2104 #define Xput(xs,xp,c) (*xp++ = (c)) macro
|