Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/usr.bin/vi/vi/
Dv_z.c64 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))
Dvi.h25 u_long count2; /* Second count (only used by z). */ member
Dvi.c671 if (v_count(sp, vp->character, &vp->count2))
1247 TRACE(sp, " c2: %lu", vp->count2);
/mirbsd/src/lib/libc/regex/
Dregcomp.c302 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/
Dwdcevent.h114 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/
Dif_ex.c169 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/
Dspell.ok127 count2
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsom.c2424 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()
Delf.c8301 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()