Searched refs:temp_string_index (Results 1 – 1 of 1) sorted by relevance
1856 int temp_string_index, s; in append_to_match() local1859 temp_string_index = 0; in append_to_match()1862 temp_string[temp_string_index++] = quote_char; in append_to_match()1865 temp_string[temp_string_index++] = delimiter; in append_to_match()1867 temp_string[temp_string_index++] = rl_completion_append_character; in append_to_match()1869 temp_string[temp_string_index++] = '\0'; in append_to_match()1905 if (rl_point == rl_end && temp_string_index) in append_to_match()1912 if (rl_point == rl_end && temp_string_index) in append_to_match()1916 return (temp_string_index); in append_to_match()