Home
last modified time | relevance | path

Searched refs:VC_BUFFER (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_put.c46 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_Put()
77 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_put()
H A Dv_xchar.c63 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_xchar()
95 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_Xchar()
H A Dvi.c499 F_SET(vp, VC_BUFFER); in v_cmd()
521 if (F_ISSET(vp, VC_BUFFER)) { in v_cmd()
530 F_SET(vp, VC_BUFFER); in v_cmd()
605 if (F_ISSET(vp, VC_BUFFER)) in v_cmd()
622 if (!LF_ISSET(V_OBUF) && F_ISSET(vp, VC_BUFFER)) in v_cmd()
628 F_SET(vp, VC_BUFFER); in v_cmd()
1232 if (F_ISSET(vp, VC_BUFFER)) in v_comlog()
H A Dv_yank.c46 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, &vp->m_start, in v_yank()
H A Dv_itxt.c305 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_change()
327 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_change()
444 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_subst()
H A Dv_delete.c40 if (cut(sp, F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL, in v_delete()
H A Dv_at.c53 name = F_ISSET(vp, VC_BUFFER) ? vp->buffer : '@'; in v_at()
H A Dvi.h68 #define VC_BUFFER 0x00000200 /* The buffer was set. */ macro