Home
last modified time | relevance | path

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

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