Home
last modified time | relevance | path

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

/external/bc/src/
Dread.c119 if (BC_USE_PROMPT) { in bc_read_chars()
152 if (BC_USE_PROMPT) in bc_read_chars()
Dhistory.c661 if (BC_USE_PROMPT) in bc_history_refresh()
1133 if (BC_USE_PROMPT) { in bc_history_edit()
/external/bc/include/
Dvm.h161 #define BC_USE_PROMPT (!BC_P && BC_TTY && !BC_IS_POSIX) macro
163 #define BC_USE_PROMPT (!BC_P && BC_TTY) macro