Home
last modified time | relevance | path

Searched defs:anchored (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored) in history_search_internal() argument
/openbsd/bin/ksh/
H A Dhistory.c394 int anchored = *str == '?' ? (++str, 0) : 1; in hist_get() local
488 findhist(int start, int fwd, const char *str, int anchored) in findhist()
H A Dvi.c1707 int anchored; in grabsearch() local
/openbsd/usr.bin/rsync/
H A Drules.c31 unsigned char anchored; member
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c13458 const bool anchored = r->check_substr in Perl_re_dup_guts() local