Home | History | Annotate | Download | only in src

Lines Matching refs:anchored

415 		bool anchored = *str == '?' ? (++str, false) : true;
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
482 findhist(int start, int fwd, const char *str, bool anchored)
494 if ((anchored && strncmp(*hp, str, len) == 0) ||
495 (!anchored && strstr(*hp, str)))