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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c524 int substitute_globally, subst_bywords, want_quotes, print_only; local
606 want_quotes = substitute_globally = subst_bywords = print_only = 0;
635 want_quotes = 'q';
639 want_quotes = 'x';
856 if (want_quotes)
860 if (want_quotes == 'q')
862 else if (want_quotes == 'x')

Completed in 66 milliseconds