Home
last modified time | relevance | path

Searched refs:prompt_string (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libcrypto/evp/
H A Devp_key.c71 static char prompt_string[80]; variable
77 prompt_string[0] = '\0'; in EVP_set_pw_prompt()
79 strlcpy(prompt_string, prompt, sizeof(prompt_string)); in EVP_set_pw_prompt()
86 if (prompt_string[0] == '\0') in EVP_get_pw_prompt()
89 return prompt_string; in EVP_get_pw_prompt()
114 if (prompt == NULL && prompt_string[0] != '\0') in EVP_read_pw_string_min()
115 prompt = prompt_string; in EVP_read_pw_string_min()
/openbsd/usr.bin/tmux/
H A Dstatus.c531 if (c->prompt_string == NULL) in status_message_clear()
607 if (c->prompt_string != NULL) { in status_prompt_accept()
641 c->prompt_string = format_expand_time(ft, msg); in status_prompt_set()
680 if (c->prompt_string == NULL) in status_prompt_clear()
689 free(c->prompt_string); in status_prompt_clear()
690 c->prompt_string = NULL; in status_prompt_clear()
716 free(c->prompt_string); in status_prompt_update()
717 c->prompt_string = format_expand_time(ft, msg); in status_prompt_update()
819 start = format_width(c->prompt_string); in status_prompt_redraw()
1849 offset += utf8_cstrwidth(c->prompt_string); in status_prompt_complete_list_menu()
[all …]
H A Dcmd-command-prompt.c93 if (tc->prompt_string != NULL) in cmd_command_prompt_exec()
H A Dscreen-redraw.c562 else if (c->prompt_string != NULL) in screen_redraw_update()
600 if (c->message_string != NULL || c->prompt_string != NULL) in screen_redraw_set_context()
H A Dserver-client.c477 free(c->prompt_string); in server_client_lost()
2629 if (c->prompt_string != NULL) { in server_client_handle_key()
2904 } else if (c->prompt_string == NULL) in server_client_reset_state()
2920 if (c->prompt_string != NULL) { in server_client_reset_state()
2968 if (c->overlay_draw == NULL && c->prompt_string != NULL) in server_client_reset_state()
H A Dtmux.h1973 char *prompt_string; member
/openbsd/usr.bin/less/
H A Dfuncs.h249 char *prompt_string(void);
H A Dprompt.c509 prompt_string(void) in prompt_string() function
H A Dcommand.c669 p = prompt_string(); in prompt()