Home | History | Annotate | Download | only in src

Lines Matching refs:anchored

1993 /* anchored search up from current line */
2000 /* anchored search down from current line */
2007 /* anchored search in the indicated direction */
5086 bool anchored;
5094 anchored = *pat == '^' ? (++pat, true) : false;
5095 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {