Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex_screen.c75 E_C_COUNT | E_C_COUNT_NEG | E_C_COUNT_POS)) { in ex_resize()
76 case E_C_COUNT: in ex_resize()
79 case E_C_COUNT | E_C_COUNT_NEG: in ex_resize()
82 case E_C_COUNT | E_C_COUNT_POS: in ex_resize()
Dex_visual.c78 if (FL_ISSET(cmdp->iflags, E_C_COUNT)) in ex_visual()
Dex_z.c51 if (FL_ISSET(cmdp->iflags, E_C_COUNT)) in ex_z()
Dex_join.c57 if (FL_ISSET(cmdp->iflags, E_C_COUNT)) in ex_join()
Dex.h125 #define E_C_COUNT 0x00004 /* Count specified. */ macro
Dex.c1085 FL_SET(ecp->iflags, E_C_COUNT); in ex_cmd()
1250 if (FL_ISSET(ecp->iflags, E_C_COUNT)) { in ex_cmd()