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

/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c369 static void std_putc(nkf_char c);
538 static void (*o_putc)(nkf_char c) = std_putc;
546 static void (*o_mputc)(nkf_char c) = std_putc ; /* output of mputc */
3348 std_putc(nkf_char c) function
5664 o_putc = std_putc;
5669 o_mputc = std_putc;
5708 o_putc = std_putc;

Completed in 142 milliseconds