Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dcomplete.c1681 int temp_string_index, s; local
1684 temp_string_index = 0;
1687 temp_string[temp_string_index++] = quote_char;
1690 temp_string[temp_string_index++] = delimiter;
1692 temp_string[temp_string_index++] = rl_completion_append_character;
1694 temp_string[temp_string_index++] = '\0';
1724 if (rl_point == rl_end && temp_string_index)
1731 if (rl_point == rl_end && temp_string_index)
1735 return (temp_string_index);