out_char 53 ext/bcmath/libbcmath/src/debug.c bc_out_num (num, 10, out_char, 0 TSRMLS_CC); out_char 54 ext/bcmath/libbcmath/src/debug.c out_char ('\n'); out_char 73 ext/bcmath/libbcmath/src/output.c if (space) (*out_char) (' '); out_char 78 ext/bcmath/libbcmath/src/output.c (*out_char) ('0'); out_char 82 ext/bcmath/libbcmath/src/output.c (*out_char) (digits[ix]); out_char 101 ext/bcmath/libbcmath/src/output.c if (num->n_sign == MINUS) (*out_char) ('-'); out_char 105 ext/bcmath/libbcmath/src/output.c (*out_char) ('0'); out_char 113 ext/bcmath/libbcmath/src/output.c (*out_char) (BCD_CHAR(*nptr++)); out_char 118 ext/bcmath/libbcmath/src/output.c (*out_char) ('0'); out_char 123 ext/bcmath/libbcmath/src/output.c (*out_char) ('.'); out_char 125 ext/bcmath/libbcmath/src/output.c (*out_char) (BCD_CHAR(*nptr++)); out_char 132 ext/bcmath/libbcmath/src/output.c (*out_char) ('0'); out_char 172 ext/bcmath/libbcmath/src/output.c (*out_char) (ref_str[ (int) temp->digit]); out_char 174 ext/bcmath/libbcmath/src/output.c bc_out_long (temp->digit, max_o_digit->n_len, 1, out_char); out_char 182 ext/bcmath/libbcmath/src/output.c (*out_char) ('.'); out_char 191 ext/bcmath/libbcmath/src/output.c (*out_char) (ref_str[fdigit]); out_char 193 ext/bcmath/libbcmath/src/output.c bc_out_long (fdigit, max_o_digit->n_len, pre_space, out_char);