Searched refs:substitute_globally (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;
615 substitute_globally = 1;
776 1. substitute_globally == subst_bywords == 0
777 2. substitute_globally == 1 && subst_bywords == 0
778 3. substitute_globally == 0 && subst_bywords == 1
814 if (substitute_globally)
821 substitute_globally++;
835 if (substitute_globally > 1)
837 substitute_globally
[all...]

Completed in 49 milliseconds