Home | History | Annotate | Download | only in src

Lines Matching full:anchored

1976 /* anchored search up from current line */
1983 /* anchored search down from current line */
1990 /* anchored search in the indicated direction */
4982 int anchored;
4990 anchored = *pat == '^' ? (++pat, 1) : 0;
4991 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {