Searched refs:prompt_str (Results 1 – 2 of 2) sorted by relevance
24 smart_str *prompt_str; variable
80 if (CLIR_G(prompt_str)) { in readline_shell_write()81 smart_str_appendl(CLIR_G(prompt_str), str, str_length); in readline_shell_write()111 rg->prompt_str = NULL; in cli_readline_init_globals()188 CLIR_G(prompt_str) = &retval; in cli_get_prompt()192 CLIR_G(prompt_str) = NULL; in cli_get_prompt()
Completed in 7 milliseconds