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

1 2 3

  /src/external/bsd/less/dist/
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++)
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...]
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
sarray.h 125 struct sindex struct
138 struct sindex** indices;
139 struct sindex* empty_index;
sarray.h 125 struct sindex struct
138 struct sindex** indices;
139 struct sindex* empty_index;
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h 125 struct sindex struct
138 struct sindex** indices;
139 struct sindex* empty_index;
sarray.h 125 struct sindex struct
138 struct sindex** indices;
139 struct sindex* empty_index;
  /src/external/gpl3/gdb/dist/readline/readline/
macro.c 82 int sindex; member in struct:saved_macro
172 saver->sindex = executing_macro_index;
195 executing_macro_index = macro_list->sindex;
macro.c 82 int sindex; member in struct:saved_macro
172 saver->sindex = executing_macro_index;
195 executing_macro_index = macro_list->sindex;
  /src/external/gpl3/gdb.old/dist/readline/readline/
macro.c 82 int sindex; member in struct:saved_macro
172 saver->sindex = executing_macro_index;
195 executing_macro_index = macro_list->sindex;
macro.c 82 int sindex; member in struct:saved_macro
172 saver->sindex = executing_macro_index;
195 executing_macro_index = macro_list->sindex;
  /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);
binpatch.c 415 char *sindex; local
420 * and parse the sindex string for
425 sindex = sb + 1;
427 newindex = (u_long)atoi(sindex);
  /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);
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/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...]
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.h 314 int sindex; /* Index for adding new states. */ member in struct:dfa
  /src/external/gpl2/grep/dist/src/
dfa.h 333 int sindex; /* Index for adding new states. */ member in struct:dfa
dfa.h 333 int sindex; /* Index for adding new states. */ member in struct:dfa
  /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.h 271 int sindex, sline; // index and src line of next item in src_items member in class:Module
  /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.h 271 int sindex, sline; // index and src line of next item in src_items member in class:Module

Completed in 71 milliseconds

1 2 3