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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistexpand.c526 int substitute_globally, subst_bywords, want_quotes, print_only; local
608 want_quotes = substitute_globally = subst_bywords = print_only = 0;
617 substitute_globally = 1;
778 1. substitute_globally == subst_bywords == 0
779 2. substitute_globally == 1 && subst_bywords == 0
780 3. substitute_globally == 0 && subst_bywords == 1
816 if (substitute_globally)
823 substitute_globally++;
837 if (substitute_globally > 1)
839 substitute_globally
[all...]

Completed in 102 milliseconds