Searched refs:out_char (Results 1 – 3 of 3) sorted by relevance
64 if (space) (*out_char) (' '); in bc_out_long()69 (*out_char) ('0'); in bc_out_long()73 (*out_char) (digits[ix]); in bc_out_long()92 (*out_char) ('0'); in bc_out_num()100 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()105 (*out_char) ('0'); in bc_out_num()110 (*out_char) ('.'); in bc_out_num()112 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num()119 (*out_char) ('0'); in bc_out_num()168 (*out_char) ('.'); in bc_out_num()[all …]
42 static void out_char (char c) in out_char() function50 bc_out_num(num, 10, out_char, 0); in pn()51 out_char ('\n'); in pn()
137 void bc_out_num(bc_num num, int o_base, void (* out_char)(char), int leading_zero);
Completed in 7 milliseconds