subshell_prompt_temp_buffer  207 src/subshell/common.c static GString *subshell_prompt_temp_buffer = NULL;
subshell_prompt_temp_buffer  696 src/subshell/common.c     if (subshell_prompt_temp_buffer != NULL)
subshell_prompt_temp_buffer  697 src/subshell/common.c         g_string_set_size (subshell_prompt_temp_buffer, 0);
subshell_prompt_temp_buffer  713 src/subshell/common.c     if (subshell_prompt_temp_buffer == NULL)
subshell_prompt_temp_buffer  714 src/subshell/common.c         subshell_prompt_temp_buffer = g_string_sized_new (INITIAL_PROMPT_SIZE);
subshell_prompt_temp_buffer  719 src/subshell/common.c             g_string_set_size (subshell_prompt_temp_buffer, 0);
subshell_prompt_temp_buffer  721 src/subshell/common.c             g_string_append_c (subshell_prompt_temp_buffer, buffer[i]);
subshell_prompt_temp_buffer  732 src/subshell/common.c     if (subshell_prompt_temp_buffer->len != 0)
subshell_prompt_temp_buffer  733 src/subshell/common.c         mc_g_string_copy (subshell_prompt, subshell_prompt_temp_buffer);
subshell_prompt_temp_buffer 1670 src/subshell/common.c         if (subshell_prompt_temp_buffer != NULL)
subshell_prompt_temp_buffer 1672 src/subshell/common.c             g_string_free (subshell_prompt_temp_buffer, TRUE);
subshell_prompt_temp_buffer 1673 src/subshell/common.c             subshell_prompt_temp_buffer = NULL;