HomeSort by: relevance | last modified time | path
    Searched refs:sindex (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/bsd/less/dist/
position.c 41 public POSITION position(int sindex)
43 switch (sindex)
46 sindex = sc_height - 2;
49 sindex = sc_height - 1;
52 sindex = (sc_height - 1) / 2;
55 return (table[sindex]);
jump.c 197 int sindex; local
204 sindex = sindex_from_sline(sline);
212 nline -= sindex;
248 for (nline = 0; nline < sindex; nline++)
257 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0);
279 forw(sc_height-1, pos, 1, 0, sindex-nline);
286 * sindex-th line on the screen.
288 for (nline = sindex; nline < sc_height - 1; nline++)
search.c 249 int sindex; local
271 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++)
273 pos = position(sindex);
277 goto_line(sindex);
293 int sindex; local
314 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++
1023 int sindex; local
    [all...]
funcs.h 26 public void goto_line(int sindex);
328 public POSITION position(int sindex);
screen.c 2175 public void goto_line(int sindex)
2179 ltputs(tgoto(sc_move, 0, sindex), 1, putchr);
2182 _settextposition(sindex+1, 1);
  /src/external/gpl3/gcc.old/dist/libobjc/
sarray.c 102 struct sindex **the_index;
103 struct sindex *new_index;
150 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
151 memcpy (new_index, array->empty_index, sizeof (struct sindex));
161 struct sindex *old_index = *the_index;
162 new_index = (struct sindex *) objc_malloc (sizeof (struct sindex));
163 memcpy (new_index, old_index, sizeof (struct sindex));
215 struct sindex **new_indices
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h 125 struct sindex struct
138 struct sindex** indices;
139 struct sindex* empty_index;
  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 415 char *sindex; local
420 * and parse the sindex string for
425 sindex = sb + 1;
427 newindex = (u_long)atoi(sindex);
  /src/external/bsd/tcpdump/dist/
print-smb.c 73 int sindex; local
75 for (sindex = 0; list[sindex].name; sindex++)
76 if (list[sindex].id == id)
77 return(&list[sindex]);
85 int sindex; local
87 for (sindex = 0; list[sindex].name; sindex++
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 314 int sindex; /* Index for adding new states. */ member in struct:dfa
dfa.c 1475 for (i = 0; i < d->sindex; ++i)
1490 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1521 ++d->sindex;
1869 d->sindex = 0;
3017 for (i = 0; i < d->sindex; ++i)
  /src/external/gpl2/grep/dist/src/
dfa.h 333 int sindex; /* Index for adding new states. */ member in struct:dfa
dfa.c 1496 for (i = 0; i < d->sindex; ++i)
1511 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1542 ++d->sindex;
1890 d->sindex = 0;
3028 for (i = 0; i < d->sindex; ++i)
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 81 static symbol_ref_t sindex;
358 | sindex
581 sindex: label
584 if (sindex.symbol != NULL) {
585 stop("Only one definition of sindex allowed",
589 sindex.symbol = cur_symbol;
1336 format_3_instr($1, &sindex, &immed, &$2);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c 635 ac_uint4 ch, last, lindex, sindex; local
655 sindex = last - SBase;
656 if (sindex < (ac_uint4) SCount
657 && (sindex % TCount) == 0)
  /src/external/gpl3/binutils/dist/gprofng/src/
Module.h 271 int sindex, sline; // index and src line of next item in src_items member in class:Module
Module.cc 1179 sindex = 0;
1549 item = src_items->fetch (sindex);
1553 if (++sindex < src_items->size ()) // get next line with metrics
1554 sline = ((DbeLine*) src_items->fetch (sindex)->obj)->lineno;
1562 item = src_items->fetch (sindex);
1566 if (++sindex < src_items->size ()) // get next line metric index
1567 sline = ((DbeLine*) src_items->fetch (sindex)->obj)->lineno;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Module.h 271 int sindex, sline; // index and src line of next item in src_items member in class:Module
Module.cc 1179 sindex = 0;
1549 item = src_items->fetch (sindex);
1553 if (++sindex < src_items->size ()) // get next line with metrics
1554 sline = ((DbeLine*) src_items->fetch (sindex)->obj)->lineno;
1562 item = src_items->fetch (sindex);
1566 if (++sindex < src_items->size ()) // get next line metric index
1567 sline = ((DbeLine*) src_items->fetch (sindex)->obj)->lineno;
  /src/sys/dev/usb/
usbdi_util.c 180 usbd_get_string_desc(struct usbd_device *dev, int sindex, int langid,
197 USETW2(req.wValue, UDESC_STRING, sindex);
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 8244 signed int sindex;
8308 case SHF_WRITE: sindex = 0; break;
8309 case SHF_ALLOC: sindex = 1; break;
8310 case SHF_EXECINSTR: sindex = 2; break;
8311 case SHF_MERGE: sindex = 3; break;
8312 case SHF_STRINGS: sindex = 4; break;
8313 case SHF_INFO_LINK: sindex = 5; break;
8314 case SHF_LINK_ORDER: sindex = 6; break;
8315 case SHF_OS_NONCONFORMING: sindex = 7; break;
8316 case SHF_GROUP: sindex = 8; break
8241 signed int sindex; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 7844 signed int sindex;
7908 case SHF_WRITE: sindex = 0; break;
7909 case SHF_ALLOC: sindex = 1; break;
7910 case SHF_EXECINSTR: sindex = 2; break;
7911 case SHF_MERGE: sindex = 3; break;
7912 case SHF_STRINGS: sindex = 4; break;
7913 case SHF_INFO_LINK: sindex = 5; break;
7914 case SHF_LINK_ORDER: sindex = 6; break;
7915 case SHF_OS_NONCONFORMING: sindex = 7; break;
7916 case SHF_GROUP: sindex = 8; break
7841 signed int sindex; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 2750 int eindex, empty_streams, sindex; local
2986 eindex = sindex = 0;
3016 if ((size_t)sindex >= si->ss.unpack_streams)
3020 if (si->ss.digestsDefined[sindex])
3022 entries[i].ssIndex = sindex;
3023 sindex++;
  /src/external/gpl3/binutils/dist/bfd/
elf32-avr.c 982 unsigned int sindex;
987 for (sindex = 0; sindex < htab->amt_max_entry_cnt; sindex ++)
988 if (htab->amt_destination_addr[sindex] == srel)
989 return htab->amt_stub_offsets[sindex] + stub_sec_addr;
981 unsigned int sindex; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.c 982 unsigned int sindex;
987 for (sindex = 0; sindex < htab->amt_max_entry_cnt; sindex ++)
988 if (htab->amt_destination_addr[sindex] == srel)
989 return htab->amt_stub_offsets[sindex] + stub_sec_addr;
981 unsigned int sindex; local

Completed in 105 milliseconds

1 2