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

Function my_regcomp

regex/regcomp.c:105–207  ·  view source on GitHub ↗

- regcomp - interface for parser and compilation = extern int regcomp(regex_t *, const char *, int); = #define MY_REG_BASIC 0000 = #define MY_REG_EXTENDED 0001 = #define MY_REG_ICASE 0002 = #define MY_REG_NOSUB 0004 = #define MY_REG_NEWLINE 0010 = #define MY_REG_NOSPEC 0020 = #define MY_REG_PEND 0040 = #define MY_REG_DUMP 0200 */

(preg, pattern, cflags, charset)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

init_re_compFunction · 0.85
reg_replaceFunction · 0.85
regcompMethod · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85
rx_tryFunction · 0.85

Calls 9

my_regex_initFunction · 0.85
p_ereFunction · 0.85
p_strFunction · 0.85
p_breFunction · 0.85
categorizeFunction · 0.85
stripsnugFunction · 0.85
findmustFunction · 0.85
pluscountFunction · 0.85
my_regfreeFunction · 0.85

Tested by 2

init_re_compFunction · 0.68
reg_replaceFunction · 0.68