Home | History | Annotate | Download | only in src

Lines Matching refs:fwd

5048 grabsearch(int save, int start, int fwd, const char *pat)
5054 if ((start == 0 && fwd == 0) || (start >= hlast - 1 && fwd == 1))
5056 if (fwd)
5061 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
5062 /* (start != 0 && fwd && match(holdbufp, pat) >= 0) */
5063 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) {