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

Function my_regexec

regex/regexec.c:112–140  ·  view source on GitHub ↗

- regexec - interface for matching = extern int regexec(const regex_t *, const char *, size_t, \ = regmatch_t [], int); = #define MY_REG_NOTBOL 00001 = #define MY_REG_NOTEOL 00002 = #define MY_REG_STARTEND 00004 = #define MY_REG_TRACE 00400 // tracing of execution = #define MY_REG_LARGE 01000 // force large representation = #define MY_REG_BACKR 02000 // force use of backref code * *

(preg, str, nmatch, pmatch, eflags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

match_reFunction · 0.85
reg_replaceFunction · 0.85
val_intMethod · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85
rx_tryFunction · 0.85

Calls

no outgoing calls

Tested by 2

match_reFunction · 0.68
reg_replaceFunction · 0.68