Home | History | Annotate | Download | only in regexp

Lines Matching refs:AT_START

762     AT_START,
771 return new(on_success->zone()) AssertionNode(AT_START, on_success);
997 // Allows a new trace to start with at_start() set to false.
1322 TriBool at_start() { return at_start_; }
1323 void set_at_start(TriBool at_start) { at_start_ = at_start; }