Searched refs:E_C_COUNT (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_screen.c73 E_C_COUNT | E_C_COUNT_NEG | E_C_COUNT_POS)) {
74 case E_C_COUNT:
77 case E_C_COUNT | E_C_COUNT_NEG:
80 case E_C_COUNT | E_C_COUNT_POS:
H A Dex_visual.c78 if (FL_ISSET(cmdp->iflags, E_C_COUNT))
H A Dex_z.c50 if (FL_ISSET(cmdp->iflags, E_C_COUNT))
H A Dex.h124 #define E_C_COUNT 0x00004 /* Count specified. */ macro
H A Dex.c1088 FL_SET(ecp->iflags, E_C_COUNT);
1259 if (FL_ISSET(ecp->iflags, E_C_COUNT)) {

Completed in 182 milliseconds