Searched refs:alternation (Results 1 – 10 of 10) sorted by relevance
24 # And remember, there is no alternation in portable sed.
1209 UBool alternation(Pick* &node /*out*/){ in alternation() function in Parser1227 return alternation(node); in defination()
3849 ChoiceNode* alternation = new ChoiceNode(2); in ToNode() local3851 alternation->AddAlternative( in ToNode()3853 alternation->AddAlternative(GuardedAlternative(on_success)); in ToNode()3855 alternation->AddAlternative(GuardedAlternative(on_success)); in ToNode()3856 alternation->AddAlternative( in ToNode()3859 answer = alternation; in ToNode()3860 if (not_at_start) alternation->set_not_at_start(); in ToNode()
1067 # bug 5386 Empty left alternation should produce a zero length match.
477 tion, and concatenation higher than alternation ('|'). This
494 concatenation higher than alternation ('|'). This pattern therefore
590 concatenation, and concatenation higher than alternation ('|').
779 alternation {ltPnAS~
38576 ::GetOverlappedResult and ::ReadFile in alternation, rather than
86751 That's a minimal alternation of the code.