Home
last modified time | relevance | path

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

/src/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()
/src/contrib/nvi/ex/
H A Dex.h150 #define E_DELTA 0x00100000 /* Search address with delta. */ macro
H A Dex.c1843 F_CLR(ecp, E_DELTA); in ex_line()
2009 F_SET(ecp, E_DELTA); in ex_line()