Home
last modified time | relevance | path

Searched refs:sindex (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsarray.c103 struct sindex **the_index; in sarray_at_put()
104 struct sindex *new_index; in sarray_at_put()
151 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
163 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_at_put()
216 struct sindex **new_indices; in sarray_new()
232 new_indices = (struct sindex **) in sarray_new()
235 arr->empty_index = (struct sindex *) objc_malloc (sizeof (struct sindex)); in sarray_new()
298 struct sindex **new_indices; in sarray_realloc()
299 struct sindex **old_indices; in sarray_realloc()
392 struct sindex **old_indices; in sarray_free()
[all …]
/dragonfly/contrib/less/
H A Djump.c195 int sindex; in jump_loc() local
202 sindex = sindex_from_sline(sline); in jump_loc()
210 nline -= sindex; in jump_loc()
246 for (nline = 0; nline < sindex; nline++) in jump_loc()
255 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0); in jump_loc()
277 forw(sc_height-1, pos, 1, 0, sindex-nline); in jump_loc()
286 for (nline = sindex; nline < sc_height - 1; nline++) in jump_loc()
H A Dposition.c39 public POSITION position(int sindex) in position() argument
41 switch (sindex) in position()
44 sindex = sc_height - 2; in position()
47 sindex = sc_height - 1; in position()
50 sindex = (sc_height - 1) / 2; in position()
53 return (table[sindex]); in position()
H A Dsearch.c247 int sindex; in repaint_hilite() local
269 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++) in repaint_hilite()
271 pos = position(sindex); in repaint_hilite()
275 goto_line(sindex); in repaint_hilite()
291 int sindex; in clear_attn() local
312 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++) in clear_attn()
314 pos = position(sindex); in clear_attn()
322 goto_line(sindex); in clear_attn()
1021 int sindex; in search_pos() local
1044 sindex = 0; in search_pos()
[all …]
H A Dfuncs.h24 public void goto_line(int sindex);
326 public POSITION position(int sindex);
H A Dscreen.c2162 public void goto_line(int sindex) in goto_line() argument
2166 ltputs(tgoto(sc_move, 0, sindex), 1, putchr); in goto_line()
2169 _settextposition(sindex+1, 1); in goto_line()
/dragonfly/contrib/gdb-7/readline/
H A Dmacro.c80 int sindex; member
132 saver->sindex = executing_macro_index; in _rl_push_executing_macro()
153 executing_macro_index = macro_list->sindex; in _rl_pop_executing_macro()
H A Dhistexpand.c311 hist_string_extract_single_quoted (string, sindex, flags) in hist_string_extract_single_quoted() argument
313 int *sindex, flags;
317 for (i = *sindex; string[i] && string[i] != '\''; i++)
323 *sindex = i;
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dsarray.h125 struct sindex struct
138 struct sindex** indices; argument
139 struct sindex* empty_index;
/dragonfly/contrib/tcpdump/
H A Dprint-smb.c70 int sindex; in smbfind() local
72 for (sindex = 0; list[sindex].name; sindex++) in smbfind()
73 if (list[sindex].id == id) in smbfind()
74 return(&list[sindex]); in smbfind()
82 int sindex; in smbfindint() local
84 for (sindex = 0; list[sindex].name; sindex++) in smbfindint()
85 if (list[sindex].id == id) in smbfindint()
86 return(&list[sindex]); in smbfindint()
/dragonfly/contrib/grep/lib/
H A Ddfa.c2194 for (i = 0; i < d->sindex; ++i) in state_index()
2259 ++d->sindex; in state_index()
2416 if (flags[sindex] & OPT_REPEAT) in merge_nfa_state()
2417 delete (sindex, &follows[sindex]); in merge_nfa_state()
2429 flags[sindex] |= OPT_QUEUED; in merge_nfa_state()
2849 if (oldalloc < d->sindex) in realloc_trans_if_necessary()
3271 for (state_num i = 0; i < d->sindex; i++) in transit_state()
3357 if (MAX_TRCOUNT <= d->sindex) in dfaexec_main()
3364 d->sindex = d->min_trcount; in dfaexec_main()
3674 sup->sindex = 0; in dfassbuild()
[all …]
/dragonfly/contrib/awk/
H A Dproto.h173 extern Cell *sindex(Node **, int);
H A Drun.c1030 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c5363 int sindex; in get_elf_section_flags() local
5424 case SHF_WRITE: sindex = 0; break; in get_elf_section_flags()
5425 case SHF_ALLOC: sindex = 1; break; in get_elf_section_flags()
5427 case SHF_MERGE: sindex = 3; break; in get_elf_section_flags()
5433 case SHF_TLS: sindex = 9; break; in get_elf_section_flags()
5438 sindex = -1; in get_elf_section_flags()
5443 sindex = 10; in get_elf_section_flags()
5445 sindex = 11; in get_elf_section_flags()
5471 sindex = 19; in get_elf_section_flags()
5489 if (sindex != -1) in get_elf_section_flags()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c5807 signed int sindex; in get_elf_section_flags() local
5872 case SHF_WRITE: sindex = 0; break; in get_elf_section_flags()
5873 case SHF_ALLOC: sindex = 1; break; in get_elf_section_flags()
5881 case SHF_TLS: sindex = 9; break; in get_elf_section_flags()
5887 sindex = -1; in get_elf_section_flags()
5892 sindex = 10; in get_elf_section_flags()
5894 sindex = 11; in get_elf_section_flags()
5920 sindex = 19; in get_elf_section_flags()
5934 sindex = 25; in get_elf_section_flags()
5942 if (sindex != -1) in get_elf_section_flags()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2362 int eindex, empty_streams, sindex; in read_Header() local
2598 eindex = sindex = 0; in read_Header()
2606 if ((size_t)sindex >= si->ss.unpack_streams) in read_Header()
2610 if (si->ss.digestsDefined[sindex]) in read_Header()
2612 entries[i].ssIndex = sindex; in read_Header()
2613 sindex++; in read_Header()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_cd.c281 u_int32_t strack, u_int32_t sindex,
3672 cdplaytracks(struct cam_periph *periph, u_int32_t strack, u_int32_t sindex, in cdplaytracks() argument
3702 scsi_cmd->start_index = sindex; in cdplaytracks()