Home | History | Annotate | Download | only in regexp

Lines Matching defs:AT_END

373         at_end(false),
380 return (at_end == that->at_end) &&
389 at_end |= that->at_end;
423 bool at_end: 1;
782 AT_END,
789 return new(on_success->zone()) AssertionNode(AT_END, on_success);