/freebsd/contrib/less/ |
H A D | jump.c | 227 int sindex; in jump_loc() 235 sindex = sindex_from_sline(sline); in jump_loc() 243 nline -= sindex; in jump_loc() 279 for (nline = 0; nline < sindex; nline++) in jump_loc() 288 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0); in jump_loc() 310 forw(sc_height-1, pos, 1, 0, sindex-nline); in jump_loc() 317 * sindex-th line on the screen. in jump_loc() 319 for (nline = sindex; nline < sc_height - 1; nline++) in jump_loc() 195 int sindex; jump_loc() local
|
H A D | position.c | 39 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 D | search.c | 265 int sindex; in repaint_hilite() 287 for (sindex = TOP; sindex < TOP + sc_height-1; sindex++) 289 pos = position(sindex); in clear_attn() 293 goto_line(sindex); in clear_attn() 309 int sindex; in clear_attn() 330 for (sindex = TOP; sindex < TOP + sc_height-1; sindex in clear_attn() 247 int sindex; repaint_hilite() local 291 int sindex; clear_attn() local 1021 int sindex; search_pos() local [all...] |
H A D | funcs.h | 28 public void goto_line(int sindex); 361 public POSITION position(int sindex); 392 public lbool osc8_click(int sindex, int col);
|
H A D | screen.c | 2172 public void goto_line(int sindex) 2176 ltputs(tgoto(sc_move, 0, sindex), 1, putchr); 2179 _settextposition(sindex+1, 1); 2162 goto_line(int sindex) goto_line() argument
|
/freebsd/contrib/tcpdump/ |
H A D | print-smb.c | 68 int sindex; in smbfind() local 70 for (sindex = 0; list[sindex].name; sindex++) in smbfind() 71 if (list[sindex].id == id) in smbfind() 72 return(&list[sindex]); in smbfind() 80 int sindex; in smbfindint() local 82 for (sindex = 0; list[sindex].name; sindex++) in smbfindint() 83 if (list[sindex].id == id) in smbfindint() 84 return(&list[sindex]); in smbfindint()
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 77 static symbol_ref_t sindex; variable 356 | sindex 579 sindex: 582 if (sindex.symbol != NULL) { 587 sindex.symbol = cur_symbol; 1334 format_3_instr($1, &sindex, &immed, &$2);
|
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 171 extern Cell *sindex(Node **, int);
|
H A D | run.c | 1027 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_7zip.c | 2506 int eindex, empty_streams, sindex; in read_Header() local 2742 eindex = sindex = 0; in read_Header() 2772 if ((size_t)sindex >= si->ss.unpack_streams) in read_Header() 2776 if (si->ss.digestsDefined[sindex]) in read_Header() 2778 entries[i].ssIndex = sindex; in read_Header() 2779 sindex++; in read_Header()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 286 uint32_t strack, uint32_t sindex, 3317 cdplaytracks(struct cam_periph *periph, uint32_t strack, uint32_t sindex, in cdplaytracks() argument 3347 scsi_cmd->start_index = sindex; in cdplaytracks()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.reg | 621 sindex
|
H A D | aic79xx.reg | 3291 sindex
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 9782 int index, sindex; in bxe_init_def_sb() local 9810 for (sindex = 0; sindex < 4; sindex++) { in bxe_init_def_sb() 9811 sc->attn_group[index].sig[sindex] = in bxe_init_def_sb() 9812 REG_RD(sc, (reg_offset + (sindex * 0x4) + (0x10 * index))); in bxe_init_def_sb()
|