Searched defs:shf_putc (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dshf.c272 shf_putc('\0', shf);
783 shf_putc(c, shf);
913 * utf_skipcols/shf_putc in the output loop
1019 shf_putc(*s, shf);
1024 shf_putc(*s, shf);
1029 shf_putc(*s, shf);
1041 shf_putc(c, shf);
1054 shf_putc(*s, shf);
1060 shf_putc(c, shf);
1075 shf_putc(in function
[all...]
H A Dsh.h1947 int shf_putc(int, struct shf *);
1950 #define shf_putc shf_putc_i macro

Completed in 213 milliseconds