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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_screen.c77 E_C_COUNT | E_C_COUNT_NEG | E_C_COUNT_POS)) {
78 case E_C_COUNT:
81 case E_C_COUNT | E_C_COUNT_NEG:
84 case E_C_COUNT | E_C_COUNT_POS:
H A Dex_visual.c82 if (FL_ISSET(cmdp->iflags, E_C_COUNT))
H A Dex_z.c54 if (FL_ISSET(cmdp->iflags, E_C_COUNT))
H A Dex.h126 #define E_C_COUNT 0x00004 /* Count specified. */ macro
H A Dex.c1092 FL_SET(ecp->iflags, E_C_COUNT);
1263 if (FL_ISSET(ecp->iflags, E_C_COUNT)) {

Completed in 62 milliseconds