Searched refs:BC_HIST_DEF_COLS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dhistory.h110 #define BC_HIST_DEF_COLS (80) macro
/freebsd-12-stable/contrib/bc/src/
H A Dhistory.c556 if (BC_ERR(start == SIZE_MAX)) return BC_HIST_DEF_COLS;
562 if (BC_ERR(cols == SIZE_MAX)) return BC_HIST_DEF_COLS;

Completed in 106 milliseconds