Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1332 static countT branches; variable
1794 branches--;
1797 if (branches == 0)
1837 branches = count_branches(the_program);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good54 /* Assertion brackets. Check the alternative branches in turn - the
116 /* Negative assertion: all branches must fail to match */
204 a move back into the brackets. Check the alternative branches in turn - the
845 two branches. If the condition is false, skipping the first branch takes us
Duniq.inp425 /* Assertion brackets. Check the alternative branches in turn - the
504 /* Negative assertion: all branches must fail to match */
609 a move back into the brackets. Check the alternative branches in turn - the
1742 two branches. If the condition is false, skipping the first branch takes us
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po671 #~ msgid "conditional group contains more than two branches"
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi142 * Conditional subpatterns:: Allows if/then/else branches
3058 You can have if/then/else branches
3088 * Conditional subpatterns:: Allows if/then/else branches
3258 because all branches start with @code{^} are not anchored in
3264 modes, and if all branches of a pattern start with @code{\A}
3480 into subsequent branches within the same subpattern. For
3555 branches are tried from left to right, and options are not
3557 setting in one branch does affect subsequent branches, so
3886 compared with Perl 5.005, which requires all branches to match
3912 to use two top-level branches:
Dsed-in.texi141 * Conditional subpatterns:: Allows if/then/else branches
2891 You can have if/then/else branches
2921 * Conditional subpatterns:: Allows if/then/else branches
3091 because all branches start with @code{^} are not anchored in
3097 modes, and if all branches of a pattern start with @code{\A}
3313 into subsequent branches within the same subpattern. For
3388 branches are tried from left to right, and options are not
3390 setting in one branch does affect subsequent branches, so
3719 compared with Perl 5.005, which requires all branches to match
3745 to use two top-level branches:
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1605 simplify the data structures used for branches and
1608 was modified to support a simpler design for branches