Searched refs:shf_putc (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/bin/ksh/
H A Dshf.h14 #define shf_putc(c, shf) ((shf)->wnleft == 0 ? shf_putchar((c), (shf)) : \ macro
H A Dshf.c268 shf_putc('\0', shf);
745 shf_putc(c, shf);
956 shf_putc(*s, shf);
961 shf_putc(*s, shf);
966 shf_putc(*s, shf);
978 shf_putc(c, shf);
988 shf_putc(*s, shf);
993 shf_putc(c, shf);
H A Dedit.c143 return shf_putc(c, shl_out);
150 shf_putc(*s++, shl_out);
H A Dc_ksh.c924 shf_putc('=', shl_stdout);
948 shf_putc('=', shl_stdout);
H A Dlex.c1490 shf_putc(c, shl_out);

Completed in 89 milliseconds