Lines Matching refs:bc_flush_none
338 bc_file_write(f, bc_flush_none, ptr, len);
349 bc_file_putchar(f, bc_flush_none, uc);
355 bc_file_puts(f, bc_flush_none, s);
366 bc_file_putchar(f, bc_flush_none, '-');
371 if (!d) bc_file_putchar(f, bc_flush_none, '0');
375 bc_file_puts(f, bc_flush_none, buf);
392 if (!ull) bc_file_putchar(f, bc_flush_none, '0');
396 bc_file_puts(f, bc_flush_none, buf);
406 if (ptr[0]) bc_file_puts(f, bc_flush_none, ptr);
486 bc_file_flush(f, bc_flush_none);