HomeSort by: relevance | last modified time | path
    Searched defs:match_list_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 2713 static int match_list_index = 0; local
2728 match_list_index = match_list_size = 0;
2791 matches[match_list_index], and add any necessary closing char. */
2802 match_list_index += count;
2803 if (match_list_index < 0)
2805 while (match_list_index < 0)
2806 match_list_index += match_list_size;
2809 match_list_index %= match_list_size;
2811 if (match_list_index == 0 && match_list_size > 1)
2818 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, &quote_char)
2844 static int match_list_index = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 2713 static int match_list_index = 0; local
2728 match_list_index = match_list_size = 0;
2791 matches[match_list_index], and add any necessary closing char. */
2802 match_list_index += count;
2803 if (match_list_index < 0)
2805 while (match_list_index < 0)
2806 match_list_index += match_list_size;
2809 match_list_index %= match_list_size;
2811 if (match_list_index == 0 && match_list_size > 1)
2818 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, &quote_char)
2844 static int match_list_index = 0; local
    [all...]

Completed in 19 milliseconds