Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDhistory.h284 BC_ACTION_CTRL_Z = 26, enumerator
/freebsd-14-stable/contrib/bc/src/
HDhistory.c2015 if ((c >= BC_ACTION_CTRL_A && c <= BC_ACTION_CTRL_Z) || in bc_history_edit()
2020 if (c == BC_ACTION_CTRL_Z) bc_history_raise(h, SIGTSTP); in bc_history_edit()