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()
191 if (c->message_string == NULL && c->prompt_string == NULL) in status_timer_callback() 531 if (c->prompt_string == NULL) in status_message_clear() 607 if (c->prompt_string != NULL) { in status_prompt_set() 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_update() 690 c->prompt_string = NULL; in status_prompt_update() 716 free(c->prompt_string); in status_prompt_redraw() 717 c->prompt_string = format_expand_time(ft, msg); in status_prompt_redraw() 819 start = format_width(c->prompt_string); in status_prompt_in_list() [all...]
93 if (tc->prompt_string != NULL) in cmd_command_prompt_exec()
562 else if (c->prompt_string != NULL) in screen_redraw_set_context() 600 if (c->message_string != NULL || c->prompt_string != NULL) in screen_redraw_screen()
477 free(c->prompt_string);2629 if (c->prompt_string != NULL) { in server_client_check_redraw() 2904 } else if (c->prompt_string == NULL) in server_client_dispatch_command() 2920 if (c->prompt_string != NULL) { in server_client_dispatch_command() 2968 if (c->overlay_draw == NULL && c->prompt_string != NULL) in server_client_dispatch_identify()
1973 char *prompt_string;1869 char *prompt_string; global() member
249 char *prompt_string(void);
509 prompt_string(void) in prompt_string() function
669 p = prompt_string(); in prompt()