Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_search.c207 return (v_correct(sp, vp, F_ISSET(cmdp, E_DELTA))); in v_exaddr()
214 nb = F_ISSET(cmdp, E_DELTA); in v_exaddr()
/freebsd/contrib/nvi/ex/
H A Dex.h149 #define E_DELTA 0x00100000 /* Search address with delta. */ macro
H A Dex.c1841 F_CLR(ecp, E_DELTA); in ex_line()
2007 F_SET(ecp, E_DELTA); in ex_line()