Home
last modified time | relevance | path

Searched refs:anchored (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/ext/re/t/
Dre_funcs.t18 my ($anchored,$floating)=regmust($qr);
19 is($anchored,'here',"Regmust anchored - qr//");
22 ($anchored,$floating)=regmust($foo);
23 is($anchored,undef,"Regmust anchored - non ref");
26 ($anchored,$floating)=regmust($foo);
27 is($anchored,undef,"Regmust anchored - ref");
53 is($o->{anchored}, undef, "/a|bc/ has no anchored substring");
59 is($o->{anchored}, "foo", "/foo/ has anchored substring");
70 is($o->{anchored}, undef, "/.foo\\x{100}/ has no anchored");
77 is($o->{anchored}, undef, "/.x?foo/ has no anchored substring");
/openbsd/src/gnu/usr.bin/perl/t/re/
Dopt.t56 my($pat, $minlen, $anchored, $floating, $other, $comment) = split /\t/;
96 my($autf, $aoff, $acheck, $astr) = ($anchored =~ m{
98 }sx) or die "Can't parse anchored test '$anchored'";
101 $skip || is($o->{anchored}, undef, "$comment no anchored");
109 local $TODO = 1 if exists $todo{anchored};
110 $skip || is($o->{anchored}, $astr, "$comment got anchored");
113 $skip || is($o->{anchored}, undef, "$comment no anchored");
119 !$skip && !defined($o->{anchored} // $o->{anchored_utf8})
183 && !defined($o->{anchored} // $o->{anchored_utf8}))
/openbsd/src/gnu/lib/libreadline/
Dhistsearch.c63 history_search_internal (string, direction, anchored) in history_search_internal() argument
65 int direction, anchored;
109 if (anchored == ANCHORED_SEARCH)
/openbsd/src/usr.bin/rsync/
Drules.c31 unsigned char anchored; member
159 r->anchored = 1;
183 if (nseg == 1 && !r->anchored)
320 if (r->anchored)
432 } else if (r->anchored) {
465 } else if (r->anchored || r->numseg == -1) {
/openbsd/src/bin/ksh/
Dhistory.c394 int anchored = *str == '?' ? (++str, 0) : 1; in hist_get() local
397 n = findhist(histptr - history - 1, 0, str, anchored); in hist_get()
488 findhist(int start, int fwd, const char *str, int anchored) in findhist() argument
500 if ((anchored && strncmp(*hp, str, len) == 0) || in findhist()
501 (!anchored && strstr(*hp, str))) in findhist()
Dvi.c1707 int anchored; in grabsearch() local
1715 anchored = *pat == '^' ? (++pat, 1) : 0; in grabsearch()
1716 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dxhtml10.t589 not anchored
597 still not anchored
625 <li><p>not anchored</p>
632 <li><p>still not anchored</p>
658 not anchored
666 still not anchored
693 <li><p>not anchored</p>
700 <li><p>still not anchored</p>
/openbsd/src/gnu/lib/libreadline/doc/
Dhstech.texinfo267 from the current history position. The search may be @dfn{anchored},
269 @cindex anchored search
284 offset. The search is anchored: matching lines must begin with
/openbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod456 anchored 'de' at 1 floating 'gh' at 3..2147483647 (checking floating)
473 anchored 'de' at 1 floating 'gh' at 3..2147483647 (checking floating)
490 =item C<anchored> I<STRING> C<at> I<POS>
496 =item C<matching floating/anchored>
535 =item C<anchored(TYPE)>
Dperlreguts.pod718 =item * anchored fixed strings
883 execute patterns in various contexts such as is the pattern anchored in
Dperldebtut.pod633 `EXACTF <pe>' anchored(BOL) minlen 4
Dperl5005delta.pod218 Better search for constants substrings anchored by $ ;
Dperlreapi.pod630 execute patterns in various contexts, such as if the pattern anchored in
Dperlre.pod2324 that a standalone I<pattern> would match if anchored at the given
2332 (anchored at the beginning of string, as above) will match I<all>
Dperlunicode.pod1074 To be safe, we should have anchored the above example, to prevent
Dperl5260delta.pod2746 A crash in executing a regex with a non-anchored UTF-8 substring against a
Dperlop.pod2159 that, currently, C<\G> is only properly supported when anchored at the
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.c13562 const bool anchored = r->check_substr in Perl_re_dup_guts() local
13579 if (anchored) { in Perl_re_dup_guts()
13592 if (anchored) { in Perl_re_dup_guts()
/openbsd/src/usr.bin/lex/
DONEWS323 beginning of a line (non-zero macro argument; makes '^' anchored
/openbsd/src/usr.bin/awk/
DFIXES.1e600 it's been there from the beginning. an anchored longest match that
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in530 # Default on, which insists on dnssec data for trust-anchored zones.
/openbsd/src/gnu/usr.bin/cvs/src/
DChangeLog-964317 automatically anchored to the start. ENDANCHOR remains.
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi5317 @cindex anchored addresses
Dgccint.info31616 * anchored addresses: Anchored Addresses. (line 6)
/openbsd/src/share/dict/
Dweb2a20310 fast-anchored

12