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