Searched refs:Xput (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | funcs.c | 476 Xput(xs, xp, po.ts[c]); in c_print() 479 Xput(xs, xp, po.wc & 0xFF); in c_print() 501 Xput(xs, xp, '\\'); in c_print() 508 Xput(xs, xp, po.ts[c]); in c_print() 513 Xput(xs, xp, c); in c_print() 517 Xput(xs, xp, '\0'); in c_print() 523 Xput(xs, xp, po.ws); in c_print() 546 Xput(xs, xp, po.ls); in c_print() 550 Xput(xs, xp, '\0'); in c_print() 1859 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()
|
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 | 2102 #define Xput(xs,xp,c) (*xp++ = (c)) macro
|