Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dcomplete.c1332 int temp_string_index, s; local
1335 temp_string_index = 0;
1337 temp_string[temp_string_index++] = quote_char;
1340 temp_string[temp_string_index++] = delimiter;
1342 temp_string[temp_string_index++] = rl_completion_append_character;
1344 temp_string[temp_string_index++] = '\0';
1374 if (rl_point == rl_end && temp_string_index)
1381 if (rl_point == rl_end && temp_string_index)
1385 return (temp_string_index);