Searched refs:new_idx (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dnotebook.rb70 if (new_idx = self.index(idx)) < 0
71 new_idx = tagid(idx)
73 window(tk_call(@path, 'childsite', new_idx))
96 if (new_idx = self.index(idx)) < 0
97 new_idx = tagid(idx)
99 window(tk_call(@path, 'insert', new_idx, *hash_kv(keys)))
113 if (new_idx = self.index(idx)) < 0
114 new_idx = tagid(idx)
116 tk_call(@path, 'select', new_idx)
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_dyn.c240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local
242 if(new_idx == -1)
252 dynamic_ex_data_idx = new_idx;
253 new_idx = -1;
257 * (new_idx>-1), but it's not possible and wouldn't gain us much
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCFG.h183 unsigned new_idx = idx + Right; local
184 assert(index_is_valid(new_idx) && "Iterator index out of bound");
185 idx = new_idx;
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c726 unsigned int data_offset, new_idx, id_offset; local
804 new_idx = SHMCB_CYCLIC_INCREMENT(subcache->idx_pos, subcache->idx_used,
806 idx = SHMCB_INDEX(subcache, new_idx);
814 "insert happened at idx=%d, data=(%u:%u)", new_idx,
/macosx-10.10.1/vim-55/src/
H A Dmenu.c442 int new_idx; local
488 new_idx = 0;
526 new_idx = idx;
633 gui_mch_add_menu_item(menu, new_idx);
641 gui_mch_add_menu(menu, new_idx);
H A Dundo.c1578 short old_idx = -1, new_idx = -1, cur_idx = -1; local
1838 if (new_header_seq > 0 && new_idx < 0 && uhp->uh_seq == new_header_seq)
1840 new_idx = i;
1854 curbuf->b_u_newhead = new_idx < 0 ? NULL : uhp_table[new_idx];
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl1659 set new_idx [expr ${old_idx}${sign}1]
1663 ${grandparent_path} insert ${new_idx} command -label "${name}"

Completed in 170 milliseconds