Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/ex/
Dex_filter.c216 F_SET(sp->ep, F_MULTILOCK); in ex_filter()
277 F_CLR(sp->ep, F_MULTILOCK); in ex_filter()
Dex_write.c356 err: if (!F_ISSET(sp->ep, F_MULTILOCK)) in ex_writefp()
/freebsd-12-stable/contrib/nvi/common/
Dexf.h52 #define F_MULTILOCK 0x008 /* Multiple processes running, lock. */ macro