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

/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dsave-history.rb33 # Will store the number of +val+ entries of history in the #history_file
49 def history_file method in class:IRB.Context
54 def history_file=(hist)
85 if history_file = IRB.conf[:HISTORY_FILE]
86 history_file = File.expand_path(history_file)
88 history_file = IRB.rc_file("_history") unless history_file
89 if File.exist?(history_file)
90 open(history_file) d
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim356 syn keyword muttrcVarStr contained skipwhite history_file hostname imap_authenticators nextgroup=muttrcSetStrAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr

Completed in 113 milliseconds