Home | History | Annotate | Download | only in src

Lines Matching refs:fwd

5019 grabsearch(int save, int start, int fwd, const char *pat)
5025 if ((start == 0 && fwd == 0) || (start >= hlast - 1 && fwd == 1))
5027 if (fwd)
5032 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
5033 /* (start != 0 && fwd && match(holdbufp, pat) >= 0) */
5034 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) {