Home
last modified time | relevance | path

Searched refs:BC_PROMPT (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
HDread.c144 if (BC_PROMPT) in bc_read_chars()
196 if (BC_PROMPT) in bc_read_chars()
HDhistory.c168 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()
/freebsd-13-stable/contrib/bc/include/
HDvm.h399 #define BC_PROMPT (BC_P) macro
/freebsd-13-stable/contrib/bc/gen/
HDbc_help.txt236 BC_PROMPT
/freebsd-13-stable/contrib/bc/manuals/
HDbuild.md662 | bc.prompt | Whether the prompt | $BC_TTY_MODE | BC_PROMPT |
/freebsd-13-stable/contrib/bc/
HDNEWS.md307 where the `BC_PROMPT` environment variable was not being respected.