Home
last modified time | relevance | path

Searched refs:E_VISEARCH (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/vi/ex/
Dex.h156 #define E_VISEARCH 0x04000000 /* It's really a vi search command. */ macro
Dex.c1644 if (F_ISSET(ecp, E_VISEARCH))
1679 if (F_ISSET(ecp, E_VISEARCH))
1761 ret: if (F_ISSET(ecp, E_VISEARCH))
/mirbsd/src/usr.bin/vi/vi/
Dv_search.c124 F_INIT(&gp->excmd, E_VISEARCH);