Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h280 BC_ACTION_CTRL_S = 19, enumerator
/freebsd/contrib/bc/src/
H A Dhistory.c2021 if (c == BC_ACTION_CTRL_S) bc_history_raise(h, SIGSTOP); in bc_history_edit()