# File lib/rbreadline.rb, line 8038 def history_search_prefix (string, direction) history_search_internal(string, direction, ANCHORED_SEARCH) end