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

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 1758 int should_quote, do_replace; local
1771 should_quote = match && rl_completer_quote_characters &&
1775 if (should_quote)
1776 should_quote = should_quote && (!qc || !*qc ||
1779 if (should_quote)
1784 should_quote = rl_filename_quote_characters
1788 do_replace = should_quote ? mtype : NO_MATCH;
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 1758 int should_quote, do_replace; local
1771 should_quote = match && rl_completer_quote_characters &&
1775 if (should_quote)
1776 should_quote = should_quote && (!qc || !*qc ||
1779 if (should_quote)
1784 should_quote = rl_filename_quote_characters
1788 do_replace = should_quote ? mtype : NO_MATCH;

Completed in 39 milliseconds