Searched refs:VCS (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dgetc.c43 * PUBLIC: int cs_init(SCR *, VCS *);
46 cs_init(SCR *sp, VCS *csp)
69 * PUBLIC: int cs_next(SCR *, VCS *);
72 cs_next(SCR *sp, VCS *csp)
119 * PUBLIC: int cs_fspace(SCR *, VCS *);
122 cs_fspace(SCR *sp, VCS *csp)
139 * PUBLIC: int cs_fblank(SCR *, VCS *);
142 cs_fblank(SCR *sp, VCS *csp)
159 * PUBLIC: int cs_prev(SCR *, VCS *);
162 cs_prev(SCR *sp, VCS *cs
[all...]
H A Dvi.h162 } VCS; typedef in typeref:struct:_vcs
164 int cs_bblank(SCR *, VCS *);
165 int cs_fblank(SCR *, VCS *);
166 int cs_fspace(SCR *, VCS *);
167 int cs_init(SCR *, VCS *);
168 int cs_next(SCR *, VCS *);
169 int cs_prev(SCR *, VCS *);
H A Dextern.h1 int cs_init(SCR *, VCS *);
2 int cs_next(SCR *, VCS *);
3 int cs_fspace(SCR *, VCS *);
4 int cs_fblank(SCR *, VCS *);
5 int cs_prev(SCR *, VCS *);
6 int cs_bblank(SCR *, VCS *);
H A Dv_match.c39 VCS cs;
42 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *);
H A Dv_word.c105 VCS cs;
265 VCS cs;
411 VCS cs;
H A Dv_sentence.c58 VCS cs;
196 VCS cs;
H A Dv_txt.c2725 VCS cs;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h47 VCS, enumerator in enum:intel_ring_buffer::intel_ring_id
H A Dintel_ringbuffer.c868 case VCS:
1756 struct intel_ring_buffer *ring = &dev_priv->ring[VCS];
1759 ring->id = VCS;
H A Di915_irq.c491 notify_ring(dev, &dev_priv->ring[VCS]);
748 notify_ring(dev, &dev_priv->ring[VCS]);
2626 notify_ring(dev, &dev_priv->ring[VCS]);
H A Di915_debug.c541 case VCS: return "bsd";
1632 {"i915_gem_hws_bsd", i915_hws_info, NULL, 0, (void *)VCS},
H A Di915_gem_execbuffer.c883 ring = &dev_priv->ring[VCS];
H A Di915_dma.c955 value = intel_ring_initialized(&dev_priv->ring[VCS]);
H A Di915_gem.c4277 intel_cleanup_ring_buffer(&dev_priv->ring[VCS]);

Completed in 158 milliseconds