Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h148 #define bc_history_edit(h, prompt) bc_history_edit(h) macro
/external/bc/src/
Dhistory.c1123 static BcStatus bc_history_edit(BcHistory *h, const char *prompt) { in bc_history_edit() function
1313 s = bc_history_edit(h, prompt); in bc_history_raw()