Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h172 BC_ACTION_ESC = 27, enumerator
/external/bc/src/
Dhistory.c518 if (BC_ERR(buf[0] != BC_ACTION_ESC || buf[1] != '[')) return SIZE_MAX; in bc_history_cursorPos()
1227 case BC_ACTION_ESC: in bc_history_edit()