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

/haiku-fatelf/src/bin/bc/lib/
H A Dnumber.c1428 bc_out_long (val, size, space, out_char)
1432 void (*out_char)(int);
1434 void (*out_char)();
1440 if (space) (*out_char) (' ');
1445 (*out_char) ('0');
1449 (*out_char) (digits[ix]);
1456 bc_out_num (num, o_base, out_char, leading_zero)
1460 void (*out_char)(int);
1462 void (*out_char)();
1472 if (num->n_sign == MINUS) (*out_char) ('
1767 out_char (int c) function
[all...]
H A Dtestmul.c96 out_char (int ch) function
/haiku-fatelf/src/bin/bc/dc/
H A Dnumeric.c53 static void out_char (int);
405 out_char('\0'); /* clear the column counter */
406 bc_out_num(CastNum(value), obase, out_char, 0);
516 out_char (ch)
402 bc_out_num(CastNum(value), obase, out_char, 0); variable
510 out_char (ch) function
/haiku-fatelf/src/bin/bc/h/
H A Dnumber.h150 _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int),
/haiku-fatelf/src/bin/bc/bc/
H A Dexecute.c107 bc_out_num (temp->s_num, 10, out_char, std_only);
111 out_char ('\n');
258 bc_out_num (ex_stack->s_num, o_base, out_char, std_only);
259 if (inst == 'W') out_char ('\n');
H A Dproto.h80 _PROTOTYPE(void out_char, (int ch));
H A Dutil.c312 out_char (ch) function

Completed in 107 milliseconds