MCPcopy Create free account
hub / github.com/boostorg/build / regoptail

Function regoptail

src/engine/regexp.cpp:757–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 */
756
757static void
758regoptail(
759 char *p,
760 char *val )
761{
762 /* "Operandless" and "op != BRANCH" are synonymous in practice. */
763 if (p == NULL || p == &regdummy || OP(p) != BRANCH)
764 return;
765 regtail(OPERAND(p), val);
766}
767
768/*
769 * regexec and friends

Callers 2

regFunction · 0.85
regpieceFunction · 0.85

Calls 1

regtailFunction · 0.85

Tested by

no test coverage detected