Searched refs:BC_HIST_MAX_LINE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bc/include/ | ||
H A D | history.h | 207 #define BC_HIST_MAX_LINE (4095) macro |
/freebsd/contrib/bc/src/ | ||
H A D | history.c | 1026 char buf[BC_HIST_MAX_LINE + 1]; in bc_history_promptColLen() |