Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h207 #define BC_HIST_MAX_LINE (4095) macro
/freebsd/contrib/bc/src/
H A Dhistory.c1026 char buf[BC_HIST_MAX_LINE + 1]; in bc_history_promptColLen()