Home
last modified time | relevance | path

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

/minix3/external/bsd/nvi/dist/ex/
H A Dex_screen.c83 E_C_COUNT | E_C_COUNT_NEG | E_C_COUNT_POS)) { in ex_resize()
84 case E_C_COUNT: in ex_resize()
87 case E_C_COUNT | E_C_COUNT_NEG: in ex_resize()
90 case E_C_COUNT | E_C_COUNT_POS: in ex_resize()
H A Dex_visual.c88 if (FL_ISSET(cmdp->iflags, E_C_COUNT)) in ex_visual()
H A Dex_z.c59 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.c1100 FL_SET(ecp->iflags, E_C_COUNT); in ex_cmd()
1270 if (FL_ISSET(ecp->iflags, E_C_COUNT)) { in ex_cmd()