Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dhistory.c1511 bc_history_raise(BcHistory* h, int sig) in bc_history_raise() function
2020 if (c == BC_ACTION_CTRL_Z) bc_history_raise(h, SIGTSTP); in bc_history_edit()
2021 if (c == BC_ACTION_CTRL_S) bc_history_raise(h, SIGSTOP); in bc_history_edit()
2024 bc_history_raise(h, SIGQUIT); in bc_history_edit()