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

/external/mksh/src/
H A Dshf.c277 shf_putc('\0', shf);
786 shf_putc(c, shf);
916 * utf_skipcols/shf_putc in the output loop
1026 shf_putc(*s, shf);
1031 shf_putc(*s, shf);
1036 shf_putc(*s, shf);
1048 shf_putc(c, shf);
1061 shf_putc(*s, shf);
1067 shf_putc(c, shf);
1082 shf_putc(in function
[all...]
H A Dsh.h1902 int shf_putc(int, struct shf *);
1905 #define shf_putc shf_putc_i macro

Completed in 357 milliseconds