Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h119 #define BC_HIST_PREV (true) macro
/external/bc/src/
Dhistory.c824 h->idx += (dir == BC_HIST_PREV ? 1 : SIZE_MAX); in bc_history_edit_next()
991 bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
1047 bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
1217 bc_history_edit_next(h, BC_HIST_PREV); in bc_history_edit()