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

/freebsd-13-stable/contrib/nvi/vi/
H A Dv_search.c28 static int v_search(SCR *, VICMD *, CHAR_T *, size_t, u_int, dir_t);
79 return (v_search(sp, vp,
295 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir));
307 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir));
378 rval = v_search(sp, vp, bp, len, SEARCH_SET, FORWARD);
385 * v_search --
389 v_search(SCR *sp, VICMD *vp, CHAR_T *ptrn, size_t plen, u_int flags, dir_t dir) function
/freebsd-13-stable/usr.bin/vi/
H A DMakefile66 v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c \
/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c139 static CCRETVAL v_search (int);
1262 v_search(int dir) function
3793 return v_search(F_UP_SEARCH_HIST);
3801 return v_search(F_DOWN_SEARCH_HIST);

Completed in 165 milliseconds