Searched refs:HISTORY (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/test/readline/
H A Dtest_readline_history.rb4 class << Readline::HISTORY
24 class << Readline::HISTORY
39 HISTORY.clear
60 HISTORY.send(method_name.to_sym, *args)
70 HISTORY.each { |s|
78 expected = "HISTORY"
79 assert_equal(expected, HISTORY.to_s)
85 assert_external_string_equal(s, HISTORY[i])
92 assert_equal(lines[-i], HISTORY[-i])
101 HISTORY[
[all...]
H A Dtest_readline.rb83 assert_equal(1, Readline::HISTORY.length)
84 assert_equal("hello", Readline::HISTORY[0])
406 Readline::HISTORY << "hello"
416 Readline::HISTORY.clear
422 Readline::HISTORY << "\u3042\u3093"
423 Readline::HISTORY << "\u3044\u3093"
424 Readline::HISTORY << "\u3046\u3093"
439 Readline::HISTORY.clear
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfig-bot.h106 /* BANG_HISTORY requires HISTORY. */
107 #if defined (BANG_HISTORY) && !defined (HISTORY)
108 # define HISTORY macro
109 #endif /* BANG_HISTORY && !HISTORY */
111 #if defined (READLINE) && !defined (HISTORY)
112 # define HISTORY macro
H A Dshell.h144 #if defined (HISTORY)
H A Deval.c44 #if defined (HISTORY)
H A Derror.c49 #if defined (HISTORY)
159 #if defined (HISTORY)
H A Dsig.c51 #if defined (HISTORY)
478 #if defined (HISTORY)
481 #endif /* HISTORY */
H A Dshell.c73 #if defined (HISTORY)
722 #if defined (HISTORY)
730 #endif /* HISTORY */
907 #if defined (HISTORY)
910 #endif /* HISTORY */
1603 #if defined (HISTORY)
1605 #endif /* HISTORY */
1738 #if defined (HISTORY)
1740 #endif /* HISTORY */
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.h11 #define HISTORY 10000 macro
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dsave-history.rb70 # hist = HISTORY.to_a
91 f.each {|l| HISTORY << l.chomp}
114 hist = HISTORY.to_a
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dexec.c28 #if defined (HISTORY)
151 #if defined (HISTORY)
154 #endif /* HISTORY */
H A Devalstring.c47 #if defined (HISTORY)
70 #if defined (HISTORY)
125 #if defined (HISTORY)
136 #endif /* HISTORY */
163 #if defined (HISTORY)
166 #endif /* HISTORY */
H A Dset.c29 #if defined (HISTORY)
34 #if defined (HISTORY)
57 #if defined (HISTORY)
88 #if defined (HISTORY)
98 #if defined (HISTORY)
273 #if defined (HISTORY)
468 #if defined (HISTORY)
H A Dbuiltext.h62 #if defined (HISTORY)
65 #endif /* HISTORY */
80 #if defined (HISTORY)
83 #endif /* HISTORY */
H A Dshopt.c45 #if defined (HISTORY)
93 #if defined (HISTORY)
112 #if defined (HISTORY)
122 #if defined (HISTORY)
236 #if defined (HISTORY)
H A Dbuiltins.c101 #if defined (HISTORY)
104 #endif /* HISTORY */
119 #if defined (HISTORY)
122 #endif /* HISTORY */
546 #if defined (HISTORY)
570 #endif /* HISTORY */
618 #if defined (HISTORY)
645 #endif /* HISTORY */
H A Devalfile.c44 #if defined (HISTORY)
289 #if defined (HISTORY)
301 #endif /* HISTORY */
H A Dhistory.c8 #if defined (HISTORY)
370 #endif /* HISTORY */
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dinput-method.rb153 HISTORY.push(l) if !l.empty?
/macosx-10.9.5/pdisk-9/
H A Dmakefile12 HISTORY \
24 HISTORY.ALL \
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c79 #define HISTORY 25920000 macro
86 #define HISTORY 10000 macro
93 #define HISTORY 5000 macro
100 #define HISTORY 259200 macro
199 history = history == 0 ? HISTORY : history;
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp80 #define HISTORY 25920000 macro
87 #define HISTORY 10000 macro
94 #define HISTORY 259200 macro
196 history = history == 0 ? HISTORY : history;
/macosx-10.9.5/bash-92/
H A Dconfig.h53 /* Define HISTORY if you want to have access to previously typed commands.
55 If both HISTORY and READLINE are defined, you can get at the commands
59 If only HISTORY is defined, the `fc' and `history' builtins are
61 #define HISTORY 1 macro
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/lib/Sub/
H A DUplevel.pm326 =head1 HISTORY
328 Those who do not learn from HISTORY are doomed to repeat it.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpinfo.vim28 \ CLEAR-SCREEN-AT-EXIT CALL-READLINE-HISTORY

Completed in 825 milliseconds

123