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

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_search.c1 /* $NetBSD: v_search.c,v 1.5 2014/01/06 14:21:37 christos Exp $ */
16 static const char sccsid[] = "Id: v_search.c,v 10.30 2001/09/11 20:52:46 skimo Exp (Berkeley) Date: 2001/09/11 20:52:46 ";
39 static int v_search __P((SCR *, VICMD *, CHAR_T *, size_t, u_int, dir_t));
90 return (v_search(sp, vp,
306 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir));
318 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir));
385 rval = v_search(sp, vp, bp, len, SEARCH_SET | SEARCH_EXTEND, FORWARD);
415 return (v_search(sp, vp, vp->ev.e_csp, vp->ev.e_len, flags,
420 * v_search --
424 v_search(SC function
[all...]
/netbsd-current/external/bsd/nvi/usr.bin/nvi/
H A DMakefile54 v_screen.c v_scroll.c v_search.c v_section.c v_sentence.c v_status.c \

Completed in 175 milliseconds