Searched refs:BcStatus (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dread.h55 BcStatus bc_read_line(BcVec *vec, const char *prompt);
57 BcStatus bc_read_chars(BcVec *vec, const char *prompt);
H A Dstatus.h61 typedef enum BcStatus { enum
71 } BcStatus; typedef in typeref:enum:BcStatus
H A Dfile.h75 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type);
H A Dhistory.h240 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt);
/freebsd-12-stable/contrib/bc/src/
H A Dread.c108 BcStatus bc_read_chars(BcVec *vec, const char *prompt) {
185 BcStatus bc_read_line(BcVec *vec, const char *prompt) {
187 BcStatus s;
H A Dfile.c66 static BcStatus bc_file_output(int fd, const char *buf, size_t n) {
88 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type)
90 BcStatus s;
124 BcStatus s = bc_file_flushErr(f, type);
H A Dhistory.c346 static BcStatus bc_history_readCode(char *buf, size_t buf_len,
1123 static BcStatus bc_history_edit(BcHistory *h, const char *prompt) {
1146 BcStatus s;
1305 static BcStatus bc_history_raw(BcHistory *h, const char *prompt) {
1307 BcStatus s;
1324 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt) {
1326 BcStatus s;
H A Dvm.c198 BcStatus s;
651 BcStatus s;
H A Dprogram.c432 BcStatus s;

Completed in 188 milliseconds