Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h266 BC_ACTION_CTRL_A = 1, enumerator
/freebsd/contrib/bc/src/
H A Dhistory.c1791 str[1] = (char) (c + 'A' - BC_ACTION_CTRL_A); in bc_history_printCtrl()
1983 case BC_ACTION_CTRL_A: in bc_history_edit()
2015 if ((c >= BC_ACTION_CTRL_A && c <= BC_ACTION_CTRL_Z) || in bc_history_edit()