Home
last modified time | relevance | path

Searched refs:history_quotes_inhibit_expansion (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dhistexpand.c95 int history_quotes_inhibit_expansion = 0; variable
1044 else if (history_quotes_inhibit_expansion && string[i] == '"')
1048 else if (dquote == 0 && history_quotes_inhibit_expansion && string[i] == '\'')
1055 else if (history_quotes_inhibit_expansion && string[i] == '\\')
1134 if (dquote == 0 && history_quotes_inhibit_expansion)
H A Dhistory.h250 extern int history_quotes_inhibit_expansion;