Searched refs:count2 (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/usr.bin/vi/vi/ |
| D | v_z.c | 64 if (F_ISSET(vp, VC_C2SET) && vp->count2 != 0) { 65 if (vp->count2 > O_VAL(sp, O_WINDOW)) 66 vp->count2 = O_VAL(sp, O_WINDOW); 67 if (vs_crel(sp, vp->count2))
|
| D | vi.h | 25 u_long count2; /* Second count (only used by z). */ member
|
| D | vi.c | 671 if (v_count(sp, vp->character, &vp->count2)) 1247 TRACE(sp, " c2: %lu", vp->count2);
|
| /mirbsd/src/lib/libc/regex/ |
| D | regcomp.c | 302 int count2; in p_ere_exp() local 415 count2 = p_count(p); in p_ere_exp() 416 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 418 count2 = INFINITY; in p_ere_exp() 420 count2 = count; in p_ere_exp() 421 repeat(p, pos, count, count2); in p_ere_exp() 498 int count2; in p_simp_re() local 586 count2 = p_count(p); in p_simp_re() 587 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 589 count2 = INFINITY; in p_simp_re() [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | wdcevent.h | 114 u_int8_t lba_lo1, u_int8_t lba_lo2, u_int8_t count1, u_int8_t count2, in WDC_LOG_ATA_CMDEXT() argument 117 lba_lo1, lba_lo2, count1, count2, command }; in WDC_LOG_ATA_CMDEXT()
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_ex.c | 169 int count1, count2; local 177 count2 = ISA_GET(ID_REG); 178 count2 = ISA_GET(ID_REG); 179 count2 = ISA_GET(ID_REG); 180 if ((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits))
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 127 count2
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | som.c | 2424 unsigned int count1, count2; in compare_syms() local 2434 count2 = (*sym2)->udata.i; in compare_syms() 2436 count2 = som_symbol_data (*sym2)->reloc_count; in compare_syms() 2439 if (count1 < count2) in compare_syms() 2441 else if (count1 > count2) in compare_syms()
|
| D | elf.c | 8301 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local 8381 count2 = 0; in bfd_elf_match_symbols_in_sections() 8387 if (count2 == 0) in bfd_elf_match_symbols_in_sections() 8389 count2++; in bfd_elf_match_symbols_in_sections() 8392 if (count2 && isym->st_shndx != (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections() 8396 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
|