Home
last modified time | relevance | path

Searched refs:vflags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0; in vopen()
122 if (d == 0 || (vp->vflags & VDIRT)) in vreopen()
124 vp->vliny = p, vp->vflags &= ~VDIRT; in vreopen()
356 vc->vliny += cnt, vc->vflags |= VDIRT; in vopenup()
363 vc->vliny = i, vc->vflags |= VDIRT; in vopenup()
893 if (l == 0 || vp->vliny < p || (vp->vflags & VDIRT)) { in vsync1()
902 if (l != vcline && (vp->vflags & VDIRT)) { in vsync1()
904 vp->vflags &= ~VDIRT; in vsync1()
H A Dex_vis.h101 short vflags; /* Is line potentially dirty ? */ member
107 #define FLAGS(c) (vlinfo[c].vflags)
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1330 unsigned int vflags = 0, size = 0; in cms_signeddata_verify() local
1377 vflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL; in cms_signeddata_verify()
1382 X509_STORE_set_flags(store, vflags); in cms_signeddata_verify()