Searched refs:BC_PROMPT (Results 1 – 6 of 6) sorted by relevance
144 if (BC_PROMPT) in bc_read_chars() 196 if (BC_PROMPT) in bc_read_chars()
168 return BC_PROMPT && bc_history_use_prompt ? bc_history_prompt : in bc_history_promptFunc()222 if (BC_PROMPT && bc_history_prompt != NULL) free(bc_history_prompt); in bc_history_free()246 if (BC_PROMPT) in bc_history_line()377 h->line = readline(BC_PROMPT ? prompt : ""); in bc_history_line()1088 if (BC_PROMPT) bc_file_write(&vm->fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()1834 if (BC_PROMPT) in bc_history_edit()
399 #define BC_PROMPT (BC_P) macro
236 BC_PROMPT
662 | bc.prompt | Whether the prompt | $BC_TTY_MODE | BC_PROMPT |
307 where the `BC_PROMPT` environment variable was not being respected.