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

/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_search.c13 static const char sccsid[] = "$Id: v_search.c,v 10.31 2012/02/08 07:26:59 zy Exp $";
32 static int v_search(SCR *, VICMD *, CHAR_T *, size_t, u_int, dir_t);
83 return (v_search(sp, vp,
299 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir));
311 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir));
382 rval = v_search(sp, vp, bp, len, SEARCH_SET, FORWARD);
389 * v_search --
393 v_search(SCR *sp, VICMD *vp, CHAR_T *ptrn, size_t plen, u_int flags, dir_t dir) function
/freebsd-11.0-release/usr.bin/vi/
H A DMakefile67 v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c \
/freebsd-11.0-release/contrib/tcsh/
H A Ded.chared.c143 static CCRETVAL v_search (int);
1258 v_search(int dir) function
3789 return v_search(F_UP_SEARCH_HIST);
3797 return v_search(F_DOWN_SEARCH_HIST);

Completed in 111 milliseconds