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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h250 extern int history_quotes_inhibit_expansion;
H A Dhistexpand.c94 int history_quotes_inhibit_expansion = 0; variable
1039 else if (history_quotes_inhibit_expansion && string[i] == '"')
1043 else if (dquote == 0 && history_quotes_inhibit_expansion && string[i] == '\'')
1049 else if (history_quotes_inhibit_expansion && string[i] == '\\')
1126 /* If history_quotes_inhibit_expansion is set, single quotes
1128 if (dquote == 0 && history_quotes_inhibit_expansion)

Completed in 104 milliseconds