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

/freebsd-current/contrib/bc/include/
H A Dfile.h85 typedef enum BcFlushType enum
99 } BcFlushType; typedef in typeref:enum:BcFlushType
111 // These make sure that the BcFlushType parameter disappears if history is not
160 bc_file_putchar(BcFile* restrict f, BcFlushType type, uchar c);
171 bc_file_flushErr(BcFile* restrict f, BcFlushType type);
179 bc_file_flush(BcFile* restrict f, BcFlushType type);
189 bc_file_write(BcFile* restrict f, BcFlushType type, const char* buf, size_t n);
214 bc_file_puts(BcFile* restrict f, BcFlushType type, const char* str);
219 extern const BcFlushType bc_flush_none;
220 extern const BcFlushType bc_flush_er
[all...]
H A Dvm.h867 bc_vm_putchar(int c, BcFlushType type);
/freebsd-current/contrib/bc/src/
H A Dfile.c123 bc_file_flushErr(BcFile* restrict f, BcFlushType type)
184 bc_file_flush(BcFile* restrict f, BcFlushType type)
213 bc_file_write(BcFile* restrict f, BcFlushType type, const char* buf, size_t n)
395 bc_file_puts(BcFile* restrict f, BcFlushType type, const char* str)
408 bc_file_putchar(BcFile* restrict f, BcFlushType type, uchar c)
H A Ddata.c340 const BcFlushType bc_flush_none = BC_FLUSH_NO_EXTRAS_NO_CLEAR;
343 const BcFlushType bc_flush_err = BC_FLUSH_NO_EXTRAS_CLEAR;
346 const BcFlushType bc_flush_save = BC_FLUSH_SAVE_EXTRAS_CLEAR;
H A Dvm.c890 bc_vm_putchar(int c, BcFlushType type)

Completed in 267 milliseconds