Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1856 int temp_string_index, s; in append_to_match() local
1859 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()