Home | History | Annotate | Download | only in src

Lines Matching defs:anchored

1965 /* anchored search up from current line */
1972 /* anchored search down from current line */
1979 /* anchored search in the indicated direction */
5023 bool anchored;
5031 anchored = *pat == '^' ? (++pat, true) : false;
5032 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {