Home
last modified time | relevance | path

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

/src/contrib/nvi/ex/
H A Dex.h156 #define E_VISEARCH 0x04000000 /* It's really a vi search command. */ macro
H A Dex.c1667 if (F_ISSET(ecp, E_VISEARCH)) in ex_range()
1702 if (F_ISSET(ecp, E_VISEARCH)) in ex_range()
1784 ret: if (F_ISSET(ecp, E_VISEARCH)) in ex_range()
/src/contrib/nvi/vi/
H A Dv_search.c118 F_INIT(&gp->excmd, E_VISEARCH); in v_exaddr()