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

/freebsd-12-stable/contrib/bc/include/
H A Dhistory.h172 BC_ACTION_ESC = 27, enumerator in enum:BcHistoryAction
/freebsd-12-stable/contrib/bc/src/
H A Dhistory.c518 if (BC_ERR(buf[0] != BC_ACTION_ESC || buf[1] != '[')) return SIZE_MAX;
1227 case BC_ACTION_ESC:

Completed in 119 milliseconds