Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/include/
Dread.h56 BcStatus bc_read_line(BcVec *vec, const char *prompt);
72 BcStatus bc_read_chars(BcVec *vec, const char *prompt);
Dstatus.h290 typedef enum BcStatus { enum
313 } BcStatus; typedef
Dfile.h127 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type);
Dhistory.h286 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt);
/freebsd-12-stable/contrib/bc/src/
Dfile.c83 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()
Dread.c125 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()
Dhistory.c412 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()
Dvm.c252 BcStatus s;
901 BcStatus s;
Dprogram.c656 BcStatus s; in bc_program_read()