Home | History | Annotate | Download | only in regexp

Lines Matching defs:AT_START

732     AT_START,
741 return new(on_success->zone()) AssertionNode(AT_START, on_success);
964 // Allows a new trace to start with at_start() set to false.
1293 TriBool at_start() { return at_start_; }
1294 void set_at_start(TriBool at_start) { at_start_ = at_start; }