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

Function regoptail

v2/engine/regexp.c:756–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

regFunction · 0.85
regpieceFunction · 0.85

Calls 1

regtailFunction · 0.85

Tested by

no test coverage detected