Searched refs:Xput (Results 1 – 5 of 5) sorted by relevance
/openbsd/bin/ksh/ |
H A D | path.c | 85 Xput(*xsp, xp, '/'); in make_path() 93 Xput(*xsp, xp, '/'); in make_path() 211 Xput(xs, xp, '/'); in get_phys_path() 212 Xput(xs, xp, '\0'); in get_phys_path() 244 Xput(*xsp, xp, '/'); in do_phys_path()
|
H A D | expand.h | 16 Xput(xs, xp, c); /* add character */ 45 #define Xput(xs, xp, c) (*xp++ = (c)) macro
|
H A D | c_sh.c | 353 Xput(xs, xp, c); in c_read() 368 Xput(cs, cp, c); in c_read() 383 Xput(cs, cp, c); in c_read() 390 Xput(cs, cp, '\0'); in c_read() 408 Xput(xs, xp, '\0'); in c_read()
|
H A D | c_ksh.c | 346 Xput(xs, xp, '\\'); in c_print() 349 Xput(xs, xp, c); in c_print() 352 Xput(xs, xp, ' '); in c_print() 355 Xput(xs, xp, '\n'); in c_print() 358 Xput(xs, xp, '\0'); in c_print()
|
H A D | lex.c | 901 Xput(xs, xp, c); in readhere() 916 Xput(xs, xp, c); in readhere() 919 Xput(xs, xp, c); in readhere() 921 Xput(xs, xp, '\0'); in readhere()
|