/openbsd-src/usr.bin/vi/vi/ |
H A D | getc.c | 41 * PUBLIC: int cs_init(SCR *, VCS *); 44 cs_init(SCR *sp, VCS *csp) in cs_init() 68 * PUBLIC: int cs_next(SCR *, VCS *); 71 cs_next(SCR *sp, VCS *csp) in cs_next() 118 * PUBLIC: int cs_fspace(SCR *, VCS *); 121 cs_fspace(SCR *sp, VCS *csp) in cs_fspace() 138 * PUBLIC: int cs_fblank(SCR *, VCS *); 141 cs_fblank(SCR *sp, VCS *csp) in cs_fblank() 158 * PUBLIC: int cs_prev(SCR *, VCS *); 161 cs_prev(SCR *sp, VCS *csp) in cs_prev() [all …]
|
H A D | vi.h | 164 } VCS; typedef 166 int cs_bblank(SCR *, VCS *); 167 int cs_fblank(SCR *, VCS *); 168 int cs_fspace(SCR *, VCS *); 169 int cs_init(SCR *, VCS *); 170 int cs_next(SCR *, VCS *); 171 int cs_prev(SCR *, VCS *);
|
H A D | v_match.c | 36 VCS cs; in v_match() 39 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match()
|
H A D | v_word.c | 103 VCS cs; in fword() 263 VCS cs; in eword() 409 VCS cs; in bword()
|
H A D | v_sentence.c | 56 VCS cs; in v_sentencef() 194 VCS cs; in v_sentenceb()
|
/openbsd-src/usr.bin/vi/include/ |
H A D | vi_extern.h | 3 int cs_init(SCR *, VCS *); 4 int cs_next(SCR *, VCS *); 5 int cs_fspace(SCR *, VCS *); 6 int cs_fblank(SCR *, VCS *); 7 int cs_prev(SCR *, VCS *); 8 int cs_bblank(SCR *, VCS *);
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 97 #define MI_SEMAPHORE_SYNC_VR (0<<16) /* RCS wait for VCS (RVSYNC) */ 100 #define MI_SEMAPHORE_SYNC_BV (0<<16) /* VCS wait for BCS (VBSYNC) */ 101 #define MI_SEMAPHORE_SYNC_VEV (1<<16) /* VCS wait for VECS (VVESYNC) */ 102 #define MI_SEMAPHORE_SYNC_RV (2<<16) /* VCS wait for RCS (VRSYNC) */ 105 #define MI_SEMAPHORE_SYNC_VB (2<<16) /* BCS wait for VCS (BVSYNC) */ 107 #define MI_SEMAPHORE_SYNC_VVE (1<<16) /* VECS wait for VCS (VEVSYNC) */
|
H A D | intel_gt_irq.c | 217 /* Disable RCS, BCS, VCS and VECS class engines. */ in gen11_gt_irq_reset() 225 /* Restore masks irqs on RCS, BCS, VCS and VECS engines. */ in gen11_gt_irq_reset() 294 /* Enable RCS, BCS, VCS and VECS class interrupts. */ in gen11_gt_irq_postinstall() 302 /* Unmask irqs on RCS, BCS, VCS and VECS engines. */ in gen11_gt_irq_postinstall()
|
H A D | intel_engine_user.c | 190 [VIDEO_DECODE_CLASS] = "vcs", in intel_engine_class_repr()
|
H A D | selftest_tlb.c | 104 * Gen8 VCS compares immediate value with bitwise-and of two in pte_tlbinv()
|
H A D | intel_reset.c | 444 * If the VCS-MFX isn't using the SFC, we also need to check in gen11_lock_sfc() 445 * whether VCS-HCP is using it. If so, we need to issue a *VE* in gen11_lock_sfc()
|
H A D | selftest_lrc.c | 230 * VECS && VCS: BITS(0 - 13) in live_lrc_layout()
|
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2782.key | 12 VCs+xRdDmOiMPAd69sT2F7YIDr+28SA4c5jdVEKmr34YQ2aOq4tK5Tr/SQCd+xwe
|
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_huc.c | 58 * via the PPGTT belonging to the context loaded on the VCS executing the 277 * this means we're not taking VCS fusing into account, but if the in vcs_supported() 278 * primary GT supports VCS engines we expect at least one of them to in vcs_supported()
|
/openbsd-src/sys/dev/pci/drm/i915/pxp/ |
H A D | intel_pxp.c | 92 * Find the first VCS engine present. We're guaranteed there is one in create_vcs_context() 104 drm_err(>->i915->drm, "failed to create VCS ctx for PXP\n"); in create_vcs_context()
|
/openbsd-src/share/man/man5/ |
H A D | python-module.5 | 108 currently supports flit, flit_core, hatchling, hatch-vcs, jupyter_packaging,
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/ |
H A D | docknot.yaml | 38 vcs:
|
/openbsd-src/gnu/usr.bin/perl/t/comp/ |
H A D | parser.t | 591 …like $@, qr/^Version control conflict marker at \(eval \d+\) line 1, near "$marker"/, "VCS marker … 593 …like $@, qr/^Version control conflict marker at \(eval \d+\) line 2, near "$marker"/, "VCS marker … 595 …like $@, qr/^Version control conflict marker at \(eval \d+\) line 3, near "$marker"/, "VCS marker …
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 34 * where VCS means "Verilog Compiled Simulator" and DPI stands for "Direct
|
/openbsd-src/lib/libelf/ |
H A D | _elftc.h | 284 * VCS Ids.
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_gpu_error.c | 816 * only exists if the corresponding VCS engine is in err_print_gt_global() 1964 * only exists if the corresponding VCS engine is in gt_record_global_regs()
|
H A D | i915_cmd_parser.c | 1023 /* VECS can use the same length_mask function as VCS */ in intel_engine_init_cmd_parser()
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/ |
H A D | Spec.pm | 767 type - a lowercase string indicating the VCS used
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | LibFuzzer.rst | 795 * PCRE: Search for "LLVM fuzzer" in http://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup;
|
/openbsd-src/sys/dev/pci/drm/i915/gvt/ |
H A D | cmd_parser.c | 432 /* rings that support this cmd: BLT/RCS/VCS/VECS */ 564 /* ring VCS, command type 3 */
|