| /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);
|
| /src/external/gpl3/gcc/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/ |
| 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/dist/libobjc/objc-private/ |
| 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;
|
| /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;
|
| histexpand.c | 317 SINDEX, when passed in, is the offset of the character immediately 318 following the opening single quote; on exit, SINDEX is left pointing 322 hist_string_extract_single_quoted (char *string, int *sindex, int flags) 326 for (i = *sindex; string[i] && string[i] != '\''; i++) 332 *sindex = i;
|
| /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;
|
| histexpand.c | 317 SINDEX, when passed in, is the offset of the character immediately 318 following the opening single quote; on exit, SINDEX is left pointing 322 hist_string_extract_single_quoted (char *string, int *sindex, int flags) 326 for (i = *sindex; string[i] && string[i] != '\''; i++) 332 *sindex = i;
|
| /src/external/historical/nawk/dist/ |
| proctab.c | 153 sindex, /* INDEX */
|
| proto.h | 171 extern Cell *sindex(Node **, int);
|
| /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
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.h | 333 int sindex; /* Index for adding new states. */ member in struct:dfa
|
| /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/external/gpl3/gdb.old/dist/gdb/ |
| aarch64-tdep.c | 5221 uint8_t sindex, scale, selem, esize, replicate = 0; 5256 for (sindex = 0; sindex < selem; sindex++) 5263 for (sindex = 0; sindex < selem; sindex++) 5333 uint8_t reg_tt, sindex; 5335 for (sindex = 0; sindex < selem; sindex++ 5220 uint8_t sindex, scale, selem, esize, replicate = 0; local 5332 uint8_t reg_tt, sindex; local [all...] |