Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/vi/
Dv_search.c218 return (v_correct(sp, vp, F_ISSET(cmdp, E_DELTA))); in v_exaddr()
225 nb = F_ISSET(cmdp, E_DELTA); in v_exaddr()
/netbsd/src/external/bsd/nvi/dist/ex/
Dex.h149 #define E_DELTA 0x00100000 /* Search address with delta. */ macro
Dex.c1835 F_CLR(ecp, E_DELTA); in ex_line()
2001 F_SET(ecp, E_DELTA); in ex_line()