Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h242 bc_history_debug_buf = bc_vm_malloc(BC_HISTORY_DEBUG_BUF_SIZE); \
386 extern char* bc_history_debug_buf;
/freebsd/contrib/bc/src/
H A Dhistory.c441 char* bc_history_debug_buf; variable