Home | History | Annotate | Download | only in vi

Lines Matching refs:v_search

1 /*	$NetBSD: v_search.c,v 1.6 2014/01/26 21:43:45 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 ";
19 __RCSID("$NetBSD: v_search.c,v 1.6 2014/01/26 21:43:45 christos Exp $");
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(SCR *sp, VICMD *vp, CHAR_T *ptrn, size_t plen, u_int flags, dir_t dir)