Home
last modified time | relevance | path

Searched refs:REGNODE_AFTER (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_trie.c636 convert = REGNODE_AFTER( first ); in Perl_make_trie()
663 regnode *noper = REGNODE_AFTER( cur ); in Perl_make_trie()
908 regnode *noper = REGNODE_AFTER( cur ); in Perl_make_trie()
986 noper= REGNODE_AFTER(cur); in Perl_make_trie()
1138 regnode *noper = REGNODE_AFTER( cur ); in Perl_make_trie()
1199 noper= REGNODE_AFTER(cur); in Perl_make_trie()
1474 regnode *n = REGNODE_AFTER(convert); in Perl_make_trie()
H A Dregcomp_study.c1931 regnode * const noper = REGNODE_AFTER( cur ); in Perl_study_chunk()
2396 scan = REGNODE_AFTER(scan); in Perl_study_chunk()
2400 next = REGNODE_AFTER(scan); in Perl_study_chunk()
2408 scan = REGNODE_AFTER(scan); in Perl_study_chunk()
2420 next = REGNODE_AFTER(scan); in Perl_study_chunk()
2454 scan = REGNODE_AFTER(scan); in Perl_study_chunk()
2480 scan = REGNODE_AFTER(scan); in Perl_study_chunk()
3179 nscan = REGNODE_AFTER(scan); in Perl_study_chunk()
3299 nscan = REGNODE_AFTER(scan); in Perl_study_chunk()
H A Dregcomp.c1968 first = REGNODE_AFTER(first); in Perl_re_op_compile()
2002 first = REGNODE_AFTER(first); in Perl_re_op_compile()
2013 REGNODE_TYPE(OP(REGNODE_AFTER(first))) == REG_ANY) && in Perl_re_op_compile()
2018 (OP(REGNODE_AFTER(first)) == REG_ANY) in Perl_re_op_compile()
2022 first = REGNODE_AFTER(first); in Perl_re_op_compile()
2324 next = REGNODE_AFTER(first); in Perl_re_op_compile()
4046 REGNODE_AFTER(REGNODE_p(lastbr))), in S_reg()
4231 REGNODE_OFFSET(REGNODE_AFTER(REGNODE_p(lastbr))), in S_reg()
4359 regnode *nextoper = REGNODE_AFTER(br); in S_reg()
H A Dregcomp.h652 #define REGNODE_AFTER(p) regnode_after(p,FALSE) macro
H A Dregexec.c8665 ? REGNODE_AFTER(cursor) in S_regmatch()
8869 A = REGNODE_AFTER(cur_curlyx->u.curlyx.me); in S_regmatch()
9067 /*A*/ REGNODE_AFTER(ST.save_curlyx->u.curlyx.me), in S_regmatch()
9809 PUSH_YES_STATE_GOTO(IFMATCH_A, REGNODE_AFTER(scan), ST.start, in S_regmatch()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreguts.pod224 C<REGNODE_AFTER> which is used heavily during compilation but only
230 =item "REGNODE_AFTER"
249 In older versions of the regex engine C<REGNODE_AFTER()> was called
272 For instance the C<regnext> and C<REGNODE_AFTER> of a SBOL opcode are
274 C<BRANCH> regnodes where the C<REGNODE_AFTER> represents the start of
278 the distinction between the two types, with C<REGNODE_AFTER> being the
306 the C<REGNODE_AFTER> for the C<TRIE> node would be an C<OPTIMIZED>
308 C<REGNODE_AFTER>. But it would be inefficient to execute the OPTIMIZED
313 only use C<REGNODE_AFTER> in special cases where it has a well defined
321 C<REGNODE_AFTER> of the C<PLUS> regnode is the C<EXACT> regnode. The
[all …]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007965 REGNODE_AFTER # Z added by devel/scanprov