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

/freebsd-10-stable/contrib/less/
H A Dposition.c39 position(sindex)
40 int sindex;
42 switch (sindex)
45 sindex = sc_height - 2;
48 sindex = sc_height - 1;
51 sindex = (sc_height - 1) / 2;
54 return (table[sindex]);
H A Djump.c204 int sindex; local
211 sindex = sindex_from_sline(sline);
219 nline -= sindex;
255 for (nline = 0; nline < sindex; nline++)
264 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0);
286 forw(sc_height-1, pos, 1, 0, sindex-nline);
293 * sindex-th line on the screen.
295 for (nline = sindex; nline < sc_height - 1; nline++)
H A Dsearch.c261 int sindex; local
283 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++)
285 pos = position(sindex);
289 goto_line(sindex);
302 int sindex; local
323 for (sindex = TOP; sindex < TOP + sc_height-1; sindex
1073 int sindex; local
[all...]
H A Dscreen.c1924 goto_line(sindex)
1925 int sindex;
1928 tputs(tgoto(sc_move, 0, sindex), 1, putchr);
1931 _settextposition(sindex+1, 1);
H A Dfuncs.h19 public void goto_line LESSPARAMS ((int sindex));
264 public POSITION position LESSPARAMS ((int sindex));
/freebsd-10-stable/contrib/libreadline/
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;
/freebsd-10-stable/contrib/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...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.h333 int sindex; /* Index for adding new states. */ member in struct:dfa
H A Ddfa.c1494 for (i = 0; i < d->sindex; ++i)
1509 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1540 ++d->sindex;
1888 d->sindex = 0;
3028 for (i = 0; i < d->sindex; ++i)
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y77 static symbol_ref_t sindex;
356 | sindex
579 sindex: label
582 if (sindex.symbol != NULL) {
583 stop("Only one definition of sindex allowed",
587 sindex.symbol = cur_symbol;
1334 format_3_instr($1, &sindex, &immed, &$2);
/freebsd-10-stable/contrib/one-true-awk/
H A Dproto.h165 extern Cell *sindex(Node **, int);
H A Drun.c783 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ function
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2341 int eindex, empty_streams, sindex; local
2577 eindex = sindex = 0;
2585 if ((size_t)sindex >= si->ss.unpack_streams)
2589 if (si->ss.digestsDefined[sindex])
2591 entries[i].ssIndex = sindex;
2592 sindex++;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_cd.c252 u_int32_t strack, u_int32_t sindex,
3022 cdplaytracks(struct cam_periph *periph, u_int32_t strack, u_int32_t sindex, argument
3052 scsi_cmd->start_index = sindex;
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfxx-mips.c993 unsigned long sindex;
1007 sindex = strlen (no_name_func) + 1;
1059 rp->irpss = sindex;
1061 sindex += strlen (sv[i]) + 1;
1065 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
986 unsigned long sindex; local
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.c9850 int index, sindex; local
9878 for (sindex = 0; sindex < 4; sindex++) {
9879 sc->attn_group[index].sig[sindex] =
9880 REG_RD(sc, (reg_offset + (sindex * 0x4) + (0x10 * index)));

Completed in 504 milliseconds