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

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 2004 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
2040 /* nontrivial_lcd is set if the common prefix adds something to the word
2049 nontrivial_lcd = matches && strcmp (text, matches[0]) != 0;
2052 nontrivial_lcd = matches && strcmp (text, matches[0]) != 0;
2125 if (nontrivial_lcd == 0)
2133 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
2147 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
2846 static int nontrivial_lcd = 0; local
2894 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0;
2959 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 2004 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
2040 /* nontrivial_lcd is set if the common prefix adds something to the word
2049 nontrivial_lcd = matches && strcmp (text, matches[0]) != 0;
2052 nontrivial_lcd = matches && strcmp (text, matches[0]) != 0;
2125 if (nontrivial_lcd == 0)
2133 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
2147 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
2846 static int nontrivial_lcd = 0; local
2894 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0;
2959 append_to_match (matches[0], delimiter, quote_char, nontrivial_lcd);
    [all...]

Completed in 19 milliseconds