# File lib/rbreadline.rb, line 8005 def rl_noninc_reverse_search(count, key) noninc_search(-1, (key == '/') ? '/' : nil) end