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.c191 if (c->message_string == NULL && c->prompt_string == NULL) in status_timer_callback()
531 if (c->prompt_string == NULL) in status_message_clear()
626 c->prompt_string = format_expand_time(ft, msg); in status_prompt_set()
662 if (c->prompt_string == NULL) in status_prompt_clear()
671 free(c->prompt_string); in status_prompt_clear()
672 c->prompt_string = NULL; in status_prompt_clear()
698 free(c->prompt_string); in status_prompt_update()
699 c->prompt_string = format_expand_time(ft, msg); in status_prompt_update()
749 start = format_width(c->prompt_string); in status_prompt_redraw()
1768 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.c511 else if (c->prompt_string != NULL) in screen_redraw_update()
549 if (c->message_string != NULL || c->prompt_string != NULL) in screen_redraw_set_context()
H A Dserver-client.c452 free(c->prompt_string); in server_client_lost()
2098 if (c->prompt_string != NULL) { in server_client_handle_key()
2387 if (c->prompt_string != NULL) { in server_client_reset_state()
2436 if (c->overlay_draw == NULL && c->prompt_string != NULL) in server_client_reset_state()
H A Dtmux.h1869 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()