Searched refs:BcFlushType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dfile.h55 typedef enum BcFlushType { enum
62 } BcFlushType; typedef in typeref:enum:BcFlushType
74 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c);
75 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type);
76 void bc_file_flush(BcFile *restrict f, BcFlushType type);
77 void bc_file_write(BcFile *restrict f, BcFlushType type,
81 void bc_file_puts(BcFile *restrict f, BcFlushType type, const char *str);
84 extern const BcFlushType bc_flush_none;
85 extern const BcFlushType bc_flush_err;
86 extern const BcFlushType bc_flush_sav
[all...]
H A Dvm.h437 void bc_vm_putchar(int c, BcFlushType type);
/freebsd-12-stable/contrib/bc/src/
H A Dfile.c88 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type)
122 void bc_file_flush(BcFile *restrict f, BcFlushType type) {
136 void bc_file_write(BcFile *restrict f, BcFlushType type,
228 void bc_file_puts(BcFile *restrict f, BcFlushType type, const char *str) {
232 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c) {
H A Ddata.c176 const BcFlushType bc_flush_none = BC_FLUSH_NO_EXTRAS_NO_CLEAR;
177 const BcFlushType bc_flush_err = BC_FLUSH_NO_EXTRAS_CLEAR;
178 const BcFlushType bc_flush_save = BC_FLUSH_SAVE_EXTRAS_CLEAR;

Completed in 106 milliseconds