Searched refs:last_value (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dhistory.rb24 # @workspace.evaluate self, "_ = IRB.CurrentContext.last_value"
26 @eval_history_values.push @line_no, @last_value
30 @last_value
/macosx-10.10/ruby-106/ruby/lib/
H A Dprime.rb279 last_value = nil
282 break last_value if prime > @ubound
283 last_value = block.call(prime)
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dcontext.rb258 attr_reader :last_value
261 # to #last_value.
263 @last_value = value
264 @workspace.evaluate self, "_ = IRB.CurrentContext.last_value"
386 @inspect_method.inspect_value(@last_value)
395 NOPRINTING_IVARS = ["@last_value"] # :nodoc:
/macosx-10.10/top-100.1.2/
H A Dlibtop.h51 int last_value; member in struct:libtop_i64
437 libtop_i64_init(uint64_t acc, int last_value);
H A Dlibtop.c2510 libtop_i64_init(uint64_t acc, int last_value) { argument
2514 r.last_value = last_value;
2517 if(last_value >= 0) {
2518 r.accumulator += last_value;
2522 r.accumulator += abs(INT_MIN - last_value) + 1;
2534 if(i->last_value >= 0) {
2535 delta = value - i->last_value;
2537 delta = value + (-i->last_value);
2540 if(i->last_value >
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-h8300.c514 bfd_vma last_value; local
515 last_value = bfd_coff_reloc16_get_value (last_reloc, link_info,
518 if (last_value == dot + 2
H A Delf32-h8300.c845 bfd_vma last_value;
855 last_value = (last_sym->st_value
862 if (last_value == dot + 4
844 bfd_vma last_value; local
H A Dcoffgen.c2150 bfd_vma last_value = 0; local
2163 last_value = coff->symbol.value;
2200 && last_value != 0
2201 && offset - last_value > 0x100)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvhdl.vim94 syn match vhdlAttribute "\'last_value"
H A D2html.vim434 let pgb.last_value = 0
479 let cur_value = self.last_value
491 if self.last_value != cur_value || self.needs_redraw || self.cur_value == self.max_value
493 let self.last_value = cur_value
H A Dsqlanywhere.vim422 syn keyword sqlKeyword last_keyword last_value lateral ld left len lf ln level like
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1040 "instr" "lag" "last" "last_day" "last_value" "lead" "least" "length"

Completed in 708 milliseconds