Searched refs:sindex (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c410 int sindex, c; local
414 sindex = 0;
415 while (c = string[sindex])
423 ADVANCE_CHAR (string, slen, sindex);
427 sindex++;
428 if (string[sindex])
429 ADVANCE_CHAR (string, slen, sindex);
433 sindex = skip_single_quoted (string, slen, ++sindex);
437 sindex
450 int sindex, c, sublen; local
1947 int sindex, sh_style_split, whitesep; local
2067 int sindex, sh_style_split, whitesep; local
4935 int sindex; local
5953 int t_index, sindex, c, tflag; local
6794 int sindex; local
7457 int sindex, tindex, dquote; local
[all...]
H A Dexecute_cmd.c1019 int sindex, ssize; local
1024 sindex = 0;
1030 RESIZE_MALLOCED_BUFFER (str, sindex, 1, ssize, 64);
1031 str[sindex++] = *s;
1036 RESIZE_MALLOCED_BUFFER (str, sindex, 1, ssize, 64);
1037 str[sindex++] = *s;
1047 RESIZE_MALLOCED_BUFFER (str, sindex, len, ssize, 64);
1048 strcpy (str + sindex, ts);
1049 sindex += len;
1078 RESIZE_MALLOCED_BUFFER (str, sindex, le
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dmacro.c80 int sindex; member in struct:saved_macro
132 saver->sindex = executing_macro_index;
153 executing_macro_index = macro_list->sindex;
H A Dhistexpand.c309 hist_string_extract_single_quoted (string, sindex)
311 int *sindex;
315 for (i = *sindex; string[i] && string[i] != '\''; i++)
318 *sindex = i;
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dsdb011.tcl130 set sindex [berkdb random_int 0 [expr $i - 1]]
131 set subdb [lindex $slist $sindex]
134 set slist [lreplace $slist $sindex $sindex]
H A Dtest.tcl227 {"secondary index" "sindex"}
406 ^Secondary\sindex\sjoin\s.*|
771 sindex {
774 sindex 1 0
778 sindex 0 1
1371 set sindex [lsearch -exact $largs "-shm"]
1372 if { $sindex >= 0 } {
1377 set largs [lreplace $largs $sindex $sindex]
1974 proc sindex { {displa procedure
[all...]
/macosx-10.10/awk-20/src/
H A Dproctab.c150 sindex, /* INDEX */
H A Dproto.h165 extern Cell *sindex(Node **, int);
H A Drun.c782 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ function
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dmkbuiltins.c112 int sindex; /* Current location in array. */ member in struct:__anon6556
346 array->sindex = 0;
371 copy->sindex = array->sindex;
374 copy->array = (char **)xmalloc ((1 + array->sindex) * sizeof (char *));
376 for (i = 0; i < array->sindex; i++)
390 if (array->sindex + 2 > array->size)
394 array->array[array->sindex++] = element;
395 array->array[array->sindex] = (char *)NULL;
738 return ((BUILTIN_DESC *)defs->builtins->array[defs->builtins->sindex
[all...]
/macosx-10.10/libdispatch-442.1.4/src/
H A Dallocator.c113 unsigned int sindex = mindex / BITMAPS_PER_SUPERMAP; local
114 dispatch_assert(&m->maps[sindex][bindex] == bitmap);
116 *continuation_out = continuation_address(m, sindex, bindex, index);
118 if (fastpath(supermap_out)) *supermap_out = supermap_address(m, sindex);
143 unsigned int cindex, sindex, index, mindex; local
159 sindex = cindex / (BITMAPS_PER_SUPERMAP * CONTINUATIONS_PER_BITMAP);
162 if (fastpath(supermap_out)) *supermap_out = &m->supermaps[sindex];
164 if (fastpath(bitmap_out)) *bitmap_out = &m->maps[sindex][mindex];
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-smb.c71 int sindex; local
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex; local
85 for (sindex = 0; list[sindex].name; sindex
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c2620 int i, bytes_per_sample, sindex; local
2658 for (sindex = sample; (sindex < spp) && (sindex < (sample + count)); sindex++)
2661 if (sindex == 0)
2668 src_byte = (bit_offset + (sindex * bps)) / 8;
2669 src_bit = (bit_offset + (sindex * bps)) % 8;
2686 int ready_bits = 0, sindex = 0; local
2718 for (sindex
2763 int ready_bits = 0, sindex = 0; local
2852 int ready_bits = 0, sindex = 0; local
2945 int ready_bits = 0, sindex = 0, shift_width = 0; local
3051 int ready_bits = 0, sindex = 0; local
3131 int ready_bits = 0, sindex = 0; local
3221 int ready_bits = 0, sindex = 0; local
3319 int ready_bits = 0, sindex = 0, shift_width = 0; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/iptcutil/
H A Diptcutil.c769 int sindex(char ch,char *string) function
826 if((qp=sindex(c,brkchar))>=0) /* break */
842 else if((qp=sindex(c,quote))>=0) /* quote */
868 else if((qp=sindex(c,white))>=0) /* white */
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java.original60 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
61 TestCase.assertNotNull(sindex.get(88));
94 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
95 TestCase.assertNotNull(sindex.get(88));
130 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
131 TestCase.assertNotNull(sindex.get(88));
167 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
168 TestCase.assertNotNull(sindex.get(88));
204 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
205 TestCase.assertNotNull(sindex
[all...]
H A DEvolveClasses.java987 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
988 obj = sindex.get(88);
/macosx-10.10/swig-12/Source/DOH/
H A Dstring.c350 static int String_delslice(DOH *so, int sindex, int eindex) { argument
358 if (sindex == DOH_BEGIN)
359 sindex = 0;
361 size = eindex - sindex;
362 if (s->sp > sindex) {
370 s->sp = sindex;
372 for (i = sindex; i < end; i++) {
378 memmove(s->str + sindex, s->str + eindex, s->len - eindex);
H A Ddohint.h41 int (*doh_delslice) (DOH *obj, int sindex, int eindex); /* Delete slice */
H A Ddoh.h220 extern int DohDelslice(DOH *obj, int sindex, int eindex);
H A Dbase.c587 int DohDelslice(DOH *obj, int sindex, int eindex) { argument
591 return (objinfo->doh_list->doh_delslice) (b, sindex, eindex);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.c630 ac_uint4 ch, last, lindex, sindex; local
650 sindex = last - SBase;
651 if (sindex < (ac_uint4) SCount
652 && (sindex % TCount) == 0)
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c641 #define STACK_PUSH_REPEAT_INC(sindex) do {\
644 stk->u.repeat_inc.si = (sindex);\
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c989 unsigned long sindex;
1003 sindex = strlen (no_name_func) + 1;
1055 rp->irpss = sindex;
1057 sindex += strlen (sv[i]) + 1;
1061 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
982 unsigned long sindex; local

Completed in 443 milliseconds