Searched refs:out_char (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | multi.c | 273 out_char (int ch) in out_char() function 306 out_char (' '); in draw_horizontal_separator() 308 out_char ('+'); in draw_horizontal_separator() 311 out_char ('-'); in draw_horizontal_separator() 313 out_char ('+'); in draw_horizontal_separator() 315 out_char (' '); in draw_horizontal_separator() 316 out_char ('\n'); in draw_horizontal_separator() 459 out_char (' '); in output_multitable_row() 462 out_char ('|'); in output_multitable_row() 466 out_char (' '); in output_multitable_row() [all …]
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | number.c | 1392 bc_out_long (long val, int size, int space, void (*out_char)(int)) in bc_out_long() 1397 if (space) (*out_char) (' '); in bc_out_long() 1402 (*out_char) ('0'); in bc_out_long() 1406 (*out_char) (digits[ix]); in bc_out_long() 1413 bc_out_num (bc_num num, int o_base, void (*out_char)(int), int leading_zero) in bc_out_num() 1421 if (num->n_sign == MINUS) (*out_char) ('-'); in bc_out_num() 1425 (*out_char) ('0'); in bc_out_num() 1433 (*out_char) (BCD_CHAR(*nptr++)); in bc_out_num() 1438 (*out_char) ('0'); in bc_out_num() 1443 (*out_char) ('.'); in bc_out_num() [all …]
|
| H A D | number.h | 139 void bc_out_num (bc_num num, int o_base, void (* out_char)(int), 142 void bc_out_long (long val, int size, int space, void (*out_char)(int));
|
| H A D | execute.c | 107 bc_out_num (temp->s_num, 10, out_char, std_only); in execute() 111 out_char ('\n'); in execute() 264 bc_out_num (ex_stack->s_num, o_base, out_char, std_only); in execute() 265 if (inst == 'W') out_char ('\n'); in execute()
|
| H A D | proto.h | 76 void out_char (int ch);
|
| H A D | util.c | 317 out_char (int ch) in out_char() function
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog | 2065 * makeinfo/multi.c (out_char): simple use add_char for XML and Docbook
|
| H A D | ChangeLog.46 | 5294 (out_char): Output characters by switching environment to #0 and 7713 * makeinfo/multi.c (out_char): New fn. Replace all calls to
|