Home
last modified time | relevance | path

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

/external/bc/src/history/
Dhistory.c765 static BcStatus bc_history_edit_next(BcHistory *h, bool dir) { in bc_history_edit_next() function
949 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
956 s = bc_history_edit_next(h, BC_HIST_NEXT); in bc_history_escape()
1005 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_escape()
1011 s = bc_history_edit_next(h, BC_HIST_NEXT); in bc_history_escape()
1202 s = bc_history_edit_next(h, BC_HIST_PREV); in bc_history_edit()
1208 s = bc_history_edit_next(h, BC_HIST_NEXT); in bc_history_edit()