| /openbsd/src/gnu/usr.bin/perl/t/lib/croak/ |
| D | regcomp | 79 # NAME \K not permitted in lookahead 82 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(?=a\K <-- HERE a)a/ at … 84 # NAME \K not permitted in lookahead (alpha) 88 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(*positive_lookahead:a\K… 90 # NAME \K not permitted in negative lookahead 93 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(?!a\K <-- HERE a)a/ at … 95 # NAME \K not permitted in negative lookahead (alpha) 99 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(*negative_lookahead:a\K… 104 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(?<=a\K <-- HERE a)a/ at… 110 \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/(*positive_lookbehind:a\… [all …]
|
| /openbsd/src/sys/lib/libz/ |
| D | deflate.c | 252 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in fill_window() 255 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 259 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window() 299 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 300 s->lookahead += n; in fill_window() 303 if (s->lookahead + s->insert >= MIN_MATCH) { in fill_window() 318 if (s->lookahead + s->insert < MIN_MATCH) in fill_window() 326 } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); in fill_window() 336 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window() 558 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead) in deflateSetDictionary() [all …]
|
| D | deflate.h | 166 uInt lookahead; /* number of valid bytes ahead in window */ member
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | deflate.c | 256 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in fill_window() 259 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 263 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window() 303 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 304 s->lookahead += n; in fill_window() 307 if (s->lookahead + s->insert >= MIN_MATCH) { in fill_window() 322 if (s->lookahead + s->insert < MIN_MATCH) in fill_window() 330 } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); in fill_window() 340 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window() 562 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead) in deflateSetDictionary() [all …]
|
| D | deflate.h | 168 uInt lookahead; /* number of valid bytes ahead in window */ member
|
| /openbsd/src/lib/libz/ |
| D | deflate.c | 252 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); in fill_window() 255 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 259 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window() 299 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 300 s->lookahead += n; in fill_window() 303 if (s->lookahead + s->insert >= MIN_MATCH) { in fill_window() 318 if (s->lookahead + s->insert < MIN_MATCH) in fill_window() 326 } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); in fill_window() 336 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window() 558 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead) in deflateSetDictionary() [all …]
|
| D | deflate.h | 166 uInt lookahead; /* number of valid bytes ahead in window */ member
|
| D | ChangeLog | 674 - Clear bytes after deflate lookahead to avoid use of uninitialized data 1527 - give enough lookahead for PARTIAL_FLUSH
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_pack.c | 2109 tempsym_t lookahead; in S_pack_rec() local 2161 lookahead = *symptr; in S_pack_rec() 2162 found = next_symbol(&lookahead); in S_pack_rec() 2166 if (memCHRs("aAZ", lookahead.code)) { in S_pack_rec() 2167 if (lookahead.howlen == e_number) count = lookahead.length; in S_pack_rec() 2173 if (lookahead.code == 'Z') count++; in S_pack_rec() 2176 if (lookahead.howlen == e_number && lookahead.length < items) in S_pack_rec() 2177 count = lookahead.length; in S_pack_rec() 2180 lookahead.howlen = e_number; in S_pack_rec() 2181 lookahead.length = count; in S_pack_rec() [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.opt | 172 msched-lookahead= 174 Change the amount of scheduler lookahead
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | haifa-sched.c | 1908 int lookahead = 0; local 1911 lookahead = (*targetm.sched.first_cycle_multipass_dfa_lookahead) (); 1912 if (lookahead <= 0 || SCHED_GROUP_P (ready_element (ready, 0))) 1920 if (cached_first_cycle_multipass_dfa_lookahead != lookahead) 1922 cached_first_cycle_multipass_dfa_lookahead = lookahead; 1925 max_lookahead_tries *= lookahead;
|
| D | dwarfout.c | 1615 tree lookahead = immediate_origin; local 1619 ret_val = lookahead; 1620 lookahead = (TREE_CODE (ret_val) == BLOCK) 1624 while (lookahead != NULL && lookahead != ret_val);
|
| D | dwarf2out.c | 4378 tree lookahead = immediate_origin; local 4382 ret_val = lookahead; 4383 lookahead = (TREE_CODE (ret_val) == BLOCK 4386 while (lookahead != NULL && lookahead != ret_val);
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlreref.pod | 234 (?=...) Zero-width positive lookahead assertion 237 (?!...) Zero-width negative lookahead assertion 262 (?=pat) lookahead; also (*pla:pat) 264 (?!pat) negative lookahead; also (*nla:pat)
|
| D | perl5321delta.pod | 100 L<\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in mE<sol>%sE<sol>|perldiag…
|
| D | perlre.pod | 1633 lookahead matches text following the current match position. 1645 X<look-ahead, positive> X<lookahead, positive> 1647 A zero-width positive lookahead assertion. For example, C</\w+(?=\t)/> 1658 X<look-ahead, negative> X<lookahead, negative> 1660 A zero-width negative lookahead assertion. For example C</foo(?!bar)/> 1662 however that lookahead and lookbehind are NOT the same thing. You cannot 2185 =item a lookahead/lookbehind/evaluate zero-width assertion; 2219 Full syntax: C<< (?(?=I<lookahead>)I<then>|I<else>) >> 2392 effect may be achieved by negative lookahead, as in C<[^()]+ (?! [^()] )>. 2561 When using lookahead assertions and negations, this can all get even [all …]
|
| D | perlsub.pod | 132 $thisline = $lookahead; # global variables! 133 LINE: while (defined($lookahead = <STDIN>)) { 134 if ($lookahead =~ /^[ \t]/) { 135 $thisline .= $lookahead; 144 $lookahead = <STDIN>; # get first line
|
| D | perl5340delta.pod | 864 L<\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in mE<sol>%sE<sol>|perldiag…
|
| D | perlretut.pod | 2336 This section concerns the lookahead and lookbehind assertions. First, 2364 The lookahead and lookbehind assertions are generalizations of the 2367 lookahead assertion is denoted by C<(?=regexp)> or (starting in 5.32, 2391 The negated versions of the lookahead and lookbehind assertions are 2504 zero-width assertion C<(?...)>, either a lookahead, a lookbehind, or a 2534 lookahead, lookbehind or code assertions, the parentheses around the
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | haifa-sched.c | 2164 int lookahead = 0; in choose_ready() local 2167 lookahead = targetm.sched.first_cycle_multipass_dfa_lookahead (); in choose_ready() 2168 if (lookahead <= 0 || SCHED_GROUP_P (ready_element (ready, 0))) in choose_ready() 2177 if (cached_first_cycle_multipass_dfa_lookahead != lookahead) in choose_ready() 2179 cached_first_cycle_multipass_dfa_lookahead = lookahead; in choose_ready() 2182 max_lookahead_tries *= lookahead; in choose_ready()
|
| D | dwarf2out.c | 4837 tree lookahead = immediate_origin; in block_ultimate_origin() local 4841 ret_val = lookahead; in block_ultimate_origin() 4842 lookahead = (TREE_CODE (ret_val) == BLOCK in block_ultimate_origin() 4845 while (lookahead != NULL && lookahead != ret_val); in block_ultimate_origin()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | ChangeLog-0203 | 1782 call to rules that need no lookahead. Check for no lookahead.
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ChangeLog-0203 | 1782 call to rules that need no lookahead. Check for no lookahead.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlglossary.pod | 1952 =item lookahead 1954 An B<assertion> that X<lookahead assertions>X<assertions (in regexes), 1955 lookahead>peeks at the string to the right of the current match location.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | cppinternals.texi | 160 responsible for issues like directive handling, returning lookahead
|