Home | History | Annotate | Download | only in src

Lines Matching refs:fwd

4978 grabsearch(int save, int start, int fwd, const char *pat)
4984 if ((start == 0 && fwd == 0) || (start >= hlast - 1 && fwd == 1))
4986 if (fwd)
4991 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
4992 /* (start != 0 && fwd && match(holdbuf, pat) >= 0) */
4993 if (start != 0 && fwd && strcmp(holdbuf, pat) >= 0) {