HomeSort by: relevance | last modified time | path
    Searched refs:anchored (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
history.c 416 int anchored = *str == '?' ? (++str, 0) : 1; local in function:hist_get
419 n = findhist(histptr - histlist - 1, 0, str, anchored);
508 findhist(start, fwd, str, anchored)
512 int anchored;
524 if ((anchored && strncmp(*hp, str, len) == 0)
525 || (!anchored && strstr(*hp, str)))
vi.c 1711 int anchored; local in function:grabsearch
1719 anchored = *pat == '^' ? (++pat, 1) : 0;
1720 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
  /src/usr.bin/make/unit-tests/
varmod-match.mk 30 # The pattern is anchored both at the beginning and at the end of the word.
49 # A pattern that does not start with '*' is anchored at the beginning.
54 # A pattern that does not end with '*' is anchored at the end.
varmod-subst.mk 12 # The empty pattern never matches anything, except if it is anchored at the
146 # the search string is empty and anchored at either the beginning or the end
varmod-subst-regex.mk 90 # empty string, for example, when the regular expression is anchored at the

Completed in 14 milliseconds