Searched refs:AGV_V (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h102 #define AGV_V 0x08 /* v command. */ macro
103 #define AGV_ALL (AGV_AT | AGV_AT_NORANGE | AGV_GLOBAL | AGV_V)
H A Dex_global.c180 FL_SET(ecp->agv_flags, cmd == GLOBAL ? AGV_GLOBAL : AGV_V);
267 if (!FL_ISSET(ecp->agv_flags, AGV_AT | AGV_GLOBAL | AGV_V))
H A Dex.c1554 case AGV_V:
2125 AGV_GLOBAL | AGV_V) && ecp->range_lno != OOBLNO)
2153 if (FL_ISSET(ecp->agv_flags, AGV_GLOBAL | AGV_V))

Completed in 67 milliseconds