Searched refs:idx (Results 226 - 250 of 1353) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dentry.tcl164 set idx [lsearch $btags BwDisabledEntry]
165 if { $idx != -1 } {
166 bindtags $path [lreplace $btags $idx $idx BwEntry]
170 set idx [lsearch $btags BwEntry]
171 if { $idx != -1 } {
172 bindtags $path [lreplace $btags $idx $idx BwDisabledEntry]
195 set idx [lsearch -exact [bindtags $path] BwEditableEntry]
196 if { $idx !
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.c298 kxld_array_get_item(const KXLDArray *array, u_int idx) argument
305 if (idx >= array->nitems) goto finish;
308 if (idx < pool->nitems) {
309 item = (void *) (pool->buffer + (array->itemsize * idx));
313 idx -= array->pool_maxitems;
323 kxld_array_get_slot(const KXLDArray *array, u_int idx) argument
330 if (idx >= array->maxitems) goto finish;
333 if (idx < array->pool_maxitems) {
334 item = (void *) (pool->buffer + (array->itemsize * idx));
338 idx
353 u_int idx = 0; local
442 kxld_array_remove(KXLDArray *array, u_int idx) argument
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c349 int32_t idx; local
379 idx = findidx (&cp);
380 if (idx != 0)
385 int len = weights[idx];
395 && (weights[idx + 1 + cnt]
468 int32_t idx; local
495 idx = 0;
513 idx = symb_table[2 * elem + 1];
514 idx += 1 + extra[idx];
689 int32_t idx; local
[all...]
H A Dregex_internal.h340 Idx idx; /* for BACK_REF */ member in union:__anon8994::__anon8995
441 static unsigned int re_string_context_at (const re_string_t *input, Idx idx,
448 #define re_string_first_byte(pstr, idx) \
449 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
450 #define re_string_is_single_byte_char(pstr, idx) \
451 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
452 || (pstr)->wcs[(idx) + 1] != WEOF))
457 #define re_string_byte_at(pstr,idx) ((pst
646 Idx idx; member in struct:re_fail_stack_ent_t
809 re_string_char_size_at(const re_string_t *pstr, Idx idx) argument
822 re_string_wchar_at(const re_string_t *pstr, Idx idx) argument
831 re_string_elem_size_at(const re_string_t *pstr, Idx idx) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto.c78 int idx; local
110 for (idx = 0; idx < UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_MAX); idx++) {
111 crypto_ctx = &pcb->utun_crypto_ctx[idx];
210 int idx; local
232 idx = UTUN_CRYPTO_DIR_TO_IDX(crypto_keys_args->dir);
233 crypto_ctx = &pcb->utun_crypto_ctx[idx];
296 int idx; local
318 idx
385 int idx; local
458 int idx; local
529 int idx; local
705 int idx = UTUN_CRYPTO_DIR_TO_IDX(UTUN_CRYPTO_DIR_OUT); local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c504 int idx, sign, sub, num, begin, ret; local
510 idx = *cindex;
511 if (cmd[idx++] != history_expansion_char)
515 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') {
518 *cindex = cmd[idx]? (idx + 1):idx;
522 if (cmd[idx] == '-') {
524 idx
637 int start, end, idx, has_mods = 0; local
879 size_t idx, i, size; local
1066 int size = 1, idx = 0, i, start; local
[all...]
/macosx-10.10/vim-55/src/
H A Dsyntax.c90 static void set_hl_attr __ARGS((int idx));
95 static int hl_has_settings __ARGS((int idx, int check_link));
96 static void highlight_clear __ARGS((int idx));
99 static void gui_do_one_color __ARGS((int idx, int do_menu, int do_tooltip));
106 static void hl_do_font __ARGS((int idx, char_u *arg, int do_normal, int do_menu, int do_tooltip));
268 * For the current state we need to remember more than just the idx.
366 #define CUR_STATE(idx) ((stateitem_T *)(current_state.ga_data))[idx]
383 static int did_match_already __ARGS((int idx, garray_T *gap));
386 static void update_si_attr __ARGS((int idx));
690 int idx; local
1842 int idx; local
3638 int idx; local
3886 int idx; local
4833 int idx; local
4958 int idx; local
5544 int idx; local
6804 int idx; local
7866 int idx; local
9089 int idx; local
9470 int idx; local
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c377 for (CFIndex idx = 0; idx < CFArrayGetCount(networkInterfaces); idx++) {
381 SCNetworkInterfaceRef interface = CFArrayGetValueAtIndex(networkInterfaces, idx);
599 for (CFIndex idx = 0; idx < count; idx++) {
600 filePath = CFArrayGetValueAtIndex(*migrationPaths, idx);
670 for (CFIndex idx = 0; idx < coun
[all...]
/macosx-10.10/Libc-1044.1.2/db/recno/FreeBSD/
H A Drec_put.c194 indx_t idx, nxtindex; local
225 idx = e->index;
235 ++idx;
241 __rec_dleaf(t, h, idx) == RET_ERROR) {
255 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
261 if (idx < (nxtindex = NEXTINDEX(h)))
262 memmove(h->linp + idx + 1, h->linp + idx,
263 (nxtindex - idx) * sizeof(indx_t));
266 h->linp[idx]
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dabandon.c379 * idx: location of insert point (as computed by ldap_int_bisect_find())
386 ldap_int_bisect_insert( ber_int_t **vp, ber_len_t *np, int id, int idx )
394 assert( idx >= 0 );
395 assert( (unsigned) idx <= *np );
405 for ( i = n; i > idx; i-- ) {
408 v[ idx ] = id;
421 * idx: location of value to delete (as computed by ldap_int_bisect_find())
427 ldap_int_bisect_delete( ber_int_t **vp, ber_len_t *np, int id, int idx )
434 assert( idx >= 0 );
435 assert( (unsigned) idx < *n
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Drunmode.js34 var idx = text.indexOf("\t", pos);
35 if (idx == -1) {
40 col += idx - pos;
41 content += text.slice(pos, idx);
45 pos = idx + 1;
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dbuffering.rb198 idx = @rbuffer.index(eol)
200 break if idx
202 idx = @rbuffer.index(eol)
205 size = idx ? idx+$&.size : nil
207 size = idx ? idx+eol.size : nil
313 if @sync or @wbuffer.size > BLOCK_SIZE or idx = @wbuffer.rindex($/)
314 remain = idx ? idx
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dsuperframe.tcl43 set idx [lsearch -exact $args "-style"]
44 if {$idx != -1} {
45 set options(-style) [lindex $args [expr {$idx + 1}]]
46 set args [lreplace $args $idx [expr {$idx + 1}]]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-rpki-rtr.c136 u_int idx; local
138 idx = 0;
139 buf[idx] = '\0';
151 buf[idx] = '\n';
152 idx++;
155 buf[idx] = '\t';
156 idx++;
161 buf[idx] = ' ';
162 idx++;
169 buf[idx]
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsysdump.c60 getCHARS (unsigned char *ptr, int *idx, int size, int max) argument
62 int oc = *idx / 8;
73 (*idx) += 8;
76 *idx += b * 8;
140 getBARRAY (unsigned char *ptr, int *idx, int dsize ATTRIBUTE_UNUSED, argument
145 int byte = *idx / 8;
158 getINT (unsigned char *ptr, int *idx, int size, int max) argument
161 int byte = *idx / 8;
189 *idx += size * 8;
194 getBITS (unsigned char *ptr, int *idx, in argument
[all...]
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_driver.c122 int idx, last; local
127 idx = (*item)->index;
142 if (--idx < 0)
143 idx = menu->nitems - 1;
146 last = idx; /* this closes the cycle */
152 if (--idx < 0)
153 idx = menu->nitems - 1;
157 if (++idx >= menu->nitems)
158 idx = 0;
162 menu->items[idx]
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Drballoc.c75 int idx; local
109 for (idx = 0; sizes[idx]; idx++)
111 allocs[idx] = vtd_rballoc(bf, sizes[idx], aligns[idx]);
112 VTLOG("alloc(0x%x) 0x%x\n", sizes[idx], allocs[idx]);
114 vtassert(allocs[idx]);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-io.el248 (let ((idx 0))
249 (while (< idx eshell-number-of-handles)
250 (if (aref handles idx)
251 (setcdr (aref handles idx)
252 (1+ (cdr (aref handles idx)))))
253 (setq idx (1+ idx))))
298 (let ((idx 0))
302 (while (< idx eshell-number-of-handles)
304 (when (aref handles idx)
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_ext.c99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) argument
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) argument
152 return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
198 void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx) argument
200 return X509V3_get_d2i(x->extensions, nid, crit, idx);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_locking.py101 for idx in range(len(lst)):
102 if lst[idx].endswith(' a'):
103 self.assert_(lst[idx+1].endswith(' b'))
126 for idx in range(len(lst)):
127 if lst[idx].endswith(' a'):
128 self.assert_(lst[idx+1].endswith(' b'))
157 for idx in range(len(lst)):
158 if lst[idx].endswith(' a'):
159 self.assert_(lst[idx+1].endswith(' b'))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_locking.py101 for idx in range(len(lst)):
102 if lst[idx].endswith(' a'):
103 self.assertTrue(lst[idx+1].endswith(' b'))
127 for idx in range(len(lst)):
128 if lst[idx].endswith(' a'):
129 self.assertTrue(lst[idx+1].endswith(' b'))
159 for idx in range(len(lst)):
160 if lst[idx].endswith(' a'):
161 self.assertTrue(lst[idx+1].endswith(' b'))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddialog.rb176 def index(idx)
177 get_buttonbox.index(idx)
180 def invoke(idx)
181 tk_send('invoke', tagid(idx))
185 def set_focus(idx)
186 tk_send('setfocus', tagid(idx))
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dmaxsize.rb55 %w(n s e w nw ne sw se c).each_with_index{|anchor, idx|
57 table.tag_row(anchor, idx)
58 table.set([idx,first], anchor)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl442 foreach idx $cclass_pmap {
443 if {![info exists tmp($idx)]} {
444 set tmp($idx) 1
446 incr tmp($idx)
451 foreach idx [array names tmp] {
452 if {$tmp($idx) > $max} {
453 set max $tmp($idx)
454 set max_id $idx
527 foreach idx $decomp_pmap {
528 if {![info exists tmp($idx)]} {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdup.c62 int optArgc, idx;
83 for (idx = 0; idx < optArgc; idx += 2) {
84 option = optArgv[idx];
85 value = optArgv[idx+1];
61 int optArgc, idx; local

Completed in 197 milliseconds

1234567891011>>