Lines Matching refs:hist_impl
717 hist_impl="editline"
751 hist_impl="internal"
787 hist_impl="internal"
823 hist_impl="internal"
888 hist_impl="internal"
933 e) hist_impl="editline" ;;
940 i) hist_impl="internal" ;;
949 r) hist_impl="readline" ;;
1077 enable-editline) hist_impl="editline" ;;
1078 enable-readline) hist_impl="readline" ;;
1079 enable-internal-history) hist_impl="internal" ;;
1625 if [ "$hist_impl" = "editline" ]; then
1628 elif [ "$hist_impl" = "readline" ]; then