Home
last modified time | relevance | path

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

/openbsd-src/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-src/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()
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...]
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_set_context()
600 if (c->message_string != NULL || c->prompt_string != NULL) in screen_redraw_screen()
H A Dserver-client.c477 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()
H A Dtmux.h1973 char *prompt_string;
1869 char *prompt_string; global() member
/openbsd-src/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()