Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h141 #define bc_history_raw(h, prompt) bc_history_raw(h) macro
/external/bc/src/history/
Dhistory.c1291 static BcStatus bc_history_raw(BcHistory *h, const char *prompt) { in bc_history_raw() function
1316 s = bc_history_raw(h, prompt); in bc_history_line()