Searched refs:v_exaddr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_search.c38 static int v_exaddr __P((SCR *, VICMD *, dir_t));
50 return (v_exaddr(sp, vp, BACKWARD));
62 return (v_exaddr(sp, vp, FORWARD));
66 * v_exaddr --
70 v_exaddr(SCR *sp, VICMD *vp, dir_t dir) function
435 * Warn if the search wraps. See the comment above, in v_exaddr().

Completed in 126 milliseconds