Home
last modified time | relevance | path

Searched refs:bc_history_debug_fp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dhistory.h216 if (bc_history_debug_fp.fd == 0) \
219 bc_file_init(&bc_history_debug_fp, \
222 bc_file_printf(&bc_history_debug_fp, \
228 bc_file_printf(&bc_history_debug_fp, ", " __VA_ARGS__); \
229 bc_file_flush(&bc_history_debug_fp); \
361 extern BcFile bc_history_debug_fp;
/freebsd/contrib/bc/src/
H A Dhistory.c427 BcFile bc_history_debug_fp; variable