Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h112 #define BC_HIST_MAX_LINE (4095) macro
/external/bc/src/
Dhistory.c607 char buf[BC_HIST_MAX_LINE + 1]; in bc_history_promptColLen()