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/history/
Dhistory.c778 h->idx += (dir == BC_HIST_PREV ? 1 : SIZE_MAX); in bc_history_edit_next()
949 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
1005 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
1202 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_edit()