Searched refs:BcStatus (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/bc/include/ |
| D | read.h | 56 BcStatus bc_read_line(BcVec *vec, const char *prompt); 72 BcStatus bc_read_chars(BcVec *vec, const char *prompt);
|
| D | status.h | 290 typedef enum BcStatus { enum 313 } BcStatus; typedef
|
| D | file.h | 127 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type);
|
| D | history.h | 286 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt);
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | file.c | 83 static BcStatus bc_file_output(int fd, const char *buf, size_t n) { in bc_file_output() 108 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type) in bc_file_flushErr() 110 BcStatus s; in bc_file_flushErr() 154 BcStatus s = bc_file_flushErr(f, type); in bc_file_flush()
|
| D | read.c | 125 BcStatus bc_read_chars(BcVec *vec, const char *prompt) { in bc_read_chars() 213 BcStatus bc_read_line(BcVec *vec, const char *prompt) { in bc_read_line() 215 BcStatus s; in bc_read_line()
|
| D | history.c | 412 static BcStatus bc_history_readCode(char *buf, size_t buf_len, in bc_history_readCode() 1379 static BcStatus bc_history_edit(BcHistory *h, const char *prompt) { in bc_history_edit() 1402 BcStatus s; in bc_history_edit() 1596 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt) { in bc_history_line() 1598 BcStatus s; in bc_history_line()
|
| D | vm.c | 252 BcStatus s; 901 BcStatus s;
|
| D | program.c | 656 BcStatus s; in bc_program_read()
|