Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd/gnu/usr.bin/texinfo/info/
H A Dm-x.c36 read_function_name (char *prompt, WINDOW *window) in read_function_name()
100 char *prompt; variable
168 char prompt[80]; variable
H A Dvariables.c112 char prompt[100]; variable
204 read_variable_name (char *prompt, WINDOW *window) in read_variable_name()
H A Decho-area.c163 initialize_input_line (char *prompt) in initialize_input_line()
204 info_read_in_echo_area (WINDOW *window, char *prompt) in info_read_in_echo_area()
802 info_read_completing_internal (WINDOW *window, char *prompt, in info_read_completing_internal()
897 char *prompt, REFERENCE **completions) in info_read_completing_in_echo_area()
906 char *prompt, REFERENCE **completions) in info_read_maybe_completing()
1386 char *prompt; member
/openbsd/lib/libcrypto/ui/
H A Dui_lib.c140 general_allocate_prompt(const char *prompt, int dup_prompt, in general_allocate_prompt()
179 general_allocate_string(UI *ui, const char *prompt, int dup_prompt, in general_allocate_string()
206 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, in general_allocate_boolean()
266 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_add_input_string()
276 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_dup_input_string()
285 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_add_verify_string()
294 UI_dup_verify_string(UI *ui, const char *prompt, int flags, in UI_dup_verify_string()
303 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean()
312 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean()
355 char *prompt; in UI_construct_prompt() local
H A Dui_util.c63 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) in UI_UTIL_read_pw_string()
76 UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) in UI_UTIL_read_pw()
/openbsd/sbin/pdisk/
H A Dio.c96 get_okay(const char *prompt, int default_value) in get_okay()
126 get_command(const char *prompt, int promptBeforeGet, int *command) in get_command()
151 get_number_argument(const char *prompt, long *number) in get_number_argument()
202 get_dpistr_argument(const char *prompt) in get_dpistr_argument()
/openbsd/lib/libcrypto/evp/
H A Devp_key.c74 EVP_set_pw_prompt(const char *prompt) in EVP_set_pw_prompt()
94 EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
101 EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, in EVP_read_pw_string_min()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp136 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm()
228 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline()
245 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline()
359 const char *prompt = nullptr; in GetLine() local
473 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { in SetPrompt()
488 void IOHandlerEditline::SetContinuationPrompt(llvm::StringRef prompt) { in SetContinuationPrompt()
620 const char *prompt = GetPrompt(); in PrintAsync() local
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A Dembedded_interpreter.py54 def readfunc(prompt): argument
59 def readfunc_stdio(prompt): argument
/openbsd/usr.bin/ssh/
H A Dreadpass.c120 read_passphrase(const char *prompt, int flags) in read_passphrase()
200 char *p, prompt[1024]; in ask_permission() local
240 char *prompt = NULL; in notify_start() local
/openbsd/usr.bin/tmux/
H A Dcmd-command-prompt.c55 char *prompt; member
88 char *tmp, *prompts, *prompt, *next_prompt; in cmd_command_prompt_exec() local
177 struct cmd_command_prompt_prompt *prompt; in cmd_command_prompt_callback() local
/openbsd/usr.bin/vi/ex/
H A Dex_txt.c54 ex_txt(SCR *sp, TEXTH *tiqh, CHAR_T prompt, u_int32_t flags) in ex_txt()
350 txt_prompt(SCR *sp, TEXT *tp, CHAR_T prompt, u_int32_t flags) in txt_prompt()
/openbsd/lib/libc/gen/
H A Dreadpassphrase.c40 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
181 getpass(const char *prompt) in getpass()
/openbsd/regress/bin/ksh/edit/
H A Dedit.c44 const char *prompt = ""; in main() local
163 findprompt(const char *str, const char *prompt) in findprompt()
/openbsd/games/monop/
H A Dmisc.c44 getyn(char *prompt) in getyn()
84 get_int(char *prompt) in get_int()
/openbsd/games/cribbage/
H A Dio.c153 infrom(CARD hand[], int n, char *prompt) in infrom()
301 number(int lo, int hi, char *prompt) in number()
439 static char prompt[] = {'-', '-', 'M', 'o', 'r', 'e', '-', '-', '\0'}; in do_wait() local
/openbsd/games/robots/
H A Dquery.c40 query(char *prompt) in query()
/openbsd/gnu/lib/libreadline/examples/
H A Drltest.c46 char *temp, *prompt; in main() local
/openbsd/sys/lib/libsa/
H A Dgetfile.c41 getfile(const char *prompt, int mode) in getfile()
/openbsd/games/backgammon/teachgammon/
H A Dttext1.c36 const char *const prompt = "-->"; variable
/openbsd/gnu/usr.bin/cvs/vms/
H A Dgetpass.c27 getpass (char *prompt) in getpass()
/openbsd/gnu/lib/libreadline/
H A Dcallback.c87 rl_callback_handler_install (prompt, linefunc) in rl_callback_handler_install() argument
/openbsd/games/battlestar/
H A Dgetcom.c40 getcom(char *buf, int size, const char *prompt, const char *error) in getcom()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline()
/openbsd/gnu/usr.bin/cvs/os2/
H A Dgetpass.c33 getpass (char *prompt) in getpass()

12345