Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dread.c144 if (BC_PROMPT) in bc_read_chars()
196 if (BC_PROMPT) in bc_read_chars()
H A Dhistory.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()
366 h->line = readline(BC_PROMPT ? prompt : ""); in bc_history_line()
1077 if (BC_PROMPT) bc_file_write(&vm->fout, bc_flush_none, h->prompt, h->plen); in bc_history_refresh()
1823 if (BC_PROMPT) in bc_history_edit()
/freebsd/contrib/bc/include/
H A Dvm.h399 #define BC_PROMPT (BC_P) macro
/freebsd/contrib/bc/gen/
H A Dbc_help.txt236 BC_PROMPT
/freebsd/contrib/bc/manuals/
H A Dbuild.md662 | bc.prompt | Whether the prompt | $BC_TTY_MODE | BC_PROMPT |
/freebsd/contrib/bc/
H A DNEWS.md272 where the `BC_PROMPT` environment variable was not being respected.