Searched refs:BC_PROMPT (Results 1 – 6 of 6) sorted by relevance
144 if (BC_PROMPT) in bc_read_chars()186 if (BC_PROMPT) in bc_read_chars()
168 return BC_PROMPT && bc_history_use_prompt ? bc_history_prompt : in bc_history_promptFunc()223 if (BC_PROMPT && bc_history_prompt != NULL) free(bc_history_prompt); in bc_history_free()247 if (BC_PROMPT) in bc_history_line()367 h->line = readline(BC_PROMPT ? prompt : ""); in bc_history_line()1078 if (BC_PROMPT) bc_file_write(&vm->fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()1824 if (BC_PROMPT) in bc_history_edit()
398 #define BC_PROMPT (BC_P) macro
236 BC_PROMPT
665 | bc.prompt | Whether the prompt | $BC_TTY_MODE | BC_PROMPT |
329 where the `BC_PROMPT` environment variable was not being respected.