Searched refs:prompt_string (Results 1 – 9 of 9) sorted by relevance
71 static char prompt_string[80]; variable77 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()
531 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 …]
93 if (tc->prompt_string != NULL) in cmd_command_prompt_exec()
562 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()
477 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()
1973 char *prompt_string; member
249 char *prompt_string(void);
509 prompt_string(void) in prompt_string() function
669 p = prompt_string(); in prompt()