Home
last modified time | relevance | path

Searched refs:Xput (Results 1 – 5 of 5) sorted by relevance

/openbsd/bin/ksh/
H A Dpath.c85 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 Dexpand.h16 Xput(xs, xp, c); /* add character */
45 #define Xput(xs, xp, c) (*xp++ = (c)) macro
H A Dc_sh.c353 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 Dc_ksh.c346 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 Dlex.c901 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()