Searched refs:should_quote (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c1432 int should_quote, do_replace; local
1445 should_quote = match && rl_completer_quote_characters &&
1449 if (should_quote)
1450 should_quote = should_quote && (!qc || !*qc ||
1453 if (should_quote)
1458 should_quote = rl_filename_quote_characters
1462 do_replace = should_quote ? mtype : NO_MATCH;

Completed in 304 milliseconds