Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/include/
Dhistory.h160 bc_history_debug_buf = bc_vm_malloc(BC_HISTORY_DEBUG_BUF_SIZE); \
326 extern char *bc_history_debug_buf;
/freebsd-12-stable/contrib/bc/src/
Dhistory.c178 char *bc_history_debug_buf; variable