Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h157 BC_ACTION_CTRL_D = 4, enumerator
/external/bc/src/
Dhistory.c1112 if (c != BC_ACTION_CTRL_C && c != BC_ACTION_CTRL_D) { in bc_history_printCtrl()
1190 case BC_ACTION_CTRL_D: in bc_history_edit()