Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h127 if (bc_history_debug_fp.fd == 0) { \
129 bc_file_init(&bc_history_debug_fp, \
132 bc_file_printf(&bc_history_debug_fp, \
138 bc_file_printf(&bc_history_debug_fp, ", " __VA_ARGS__); \
139 bc_file_flush(&bc_history_debug_fp); \
254 extern BcFile bc_history_debug_fp;
/external/bc/src/
Ddata.c518 BcFile bc_history_debug_fp; variable