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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h245 extern char history_subst_char;
H A Dhistexpand.c80 char history_subst_char = '^'; variable
968 if (hstring[0] == history_subst_char)
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c92 char history_subst_char = '^'; variable
881 if (str[0] == history_subst_char) {

Completed in 99 milliseconds