| /openbsd/src/gnu/usr.bin/perl/ext/re/t/ |
| D | re_funcs.t | 18 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/ |
| D | opt.t | 56 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/ |
| D | histsearch.c | 63 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/ |
| D | rules.c | 31 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/ |
| D | history.c | 394 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()
|
| D | vi.c | 1707 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/ |
| D | xhtml10.t | 589 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/ |
| D | hstech.texinfo | 267 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/ |
| D | perldebguts.pod | 456 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)>
|
| D | perlreguts.pod | 718 =item * anchored fixed strings 883 execute patterns in various contexts such as is the pattern anchored in
|
| D | perldebtut.pod | 633 `EXACTF <pe>' anchored(BOL) minlen 4
|
| D | perl5005delta.pod | 218 Better search for constants substrings anchored by $ ;
|
| D | perlreapi.pod | 630 execute patterns in various contexts, such as if the pattern anchored in
|
| D | perlre.pod | 2324 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>
|
| D | perlunicode.pod | 1074 To be safe, we should have anchored the above example, to prevent
|
| D | perl5260delta.pod | 2746 A crash in executing a regex with a non-anchored UTF-8 substring against a
|
| D | perlop.pod | 2159 that, currently, C<\G> is only properly supported when anchored at the
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.c | 13562 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/ |
| D | ONEWS | 323 beginning of a line (non-zero macro argument; makes '^' anchored
|
| /openbsd/src/usr.bin/awk/ |
| D | FIXES.1e | 600 it's been there from the beginning. an anchored longest match that
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | example.conf.in | 530 # Default on, which insists on dnssec data for trust-anchored zones.
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | ChangeLog-96 | 4317 automatically anchored to the start. ENDANCHOR remains.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tm.texi | 5317 @cindex anchored addresses
|
| D | gccint.info | 31616 * anchored addresses: Anchored Addresses. (line 6)
|
| /openbsd/src/share/dict/ |
| D | web2a | 20310 fast-anchored
|