MCPcopy Create free account
hub / github.com/arkdb/inception / p_bre

Function p_bre

regex/regcomp.c:427–454  ·  view source on GitHub ↗

- p_bre - BRE parser top level, anchoring and concatenation == static void p_bre(register struct parse *p, register int end1, \ == register int end2); * Giving end1 as OUT essentially eliminates the end1/end2 check. * * This implementation is a bit of a kludge, in that a trailing $ is first * taken as an ordinary character and then revised to be an anchor. The * only undesirable side effec

(p, end1, end2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

my_regcompFunction · 0.85
p_simp_reFunction · 0.85

Calls 1

p_simp_reFunction · 0.85

Tested by

no test coverage detected