Home
last modified time | relevance | path

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

/external/bc/include/
Dread.h44 #ifndef BC_ENABLE_PROMPT
45 #define BC_ENABLE_PROMPT (1) macro
48 #if !BC_ENABLE_PROMPT
Dhistory.h145 #if !BC_ENABLE_PROMPT
192 #if BC_ENABLE_PROMPT
/external/bc/src/
Dread.c118 #if BC_ENABLE_PROMPT in bc_read_chars()
151 #if BC_ENABLE_PROMPT in bc_read_chars()
Dhistory.c576 #if BC_ENABLE_PROMPT
660 #if BC_ENABLE_PROMPT in bc_history_refresh()
696 #if BC_ENABLE_PROMPT in bc_history_edit_insert()
1132 #if BC_ENABLE_PROMPT in bc_history_edit()
/external/bc/
DMakefile.in137 BC_ENABLE_PROMPT = %%PROMPT%%
165 CPPFLAGS6 = $(CPPFLAGS5) -DBC_ENABLE_NLS=$(BC_ENABLE_NLS) -DBC_ENABLE_PROMPT=$(BC_ENABLE_PROMPT)