- 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 not stored for this graph (policy: none)