HomeSort by: relevance | last modified time | path
    Searched defs:anchored (Results 1 - 2 of 2) 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) {

Completed in 13 milliseconds