Searched refs:REG_EXTENDED (Results 1 – 6 of 6) sorted by relevance
215 #define REG_EXTENDED 1 macro219 #define REG_ICASE (REG_EXTENDED << 1)
4737 = (cflags & REG_EXTENDED) ?
263 #define REG_EXTENDED 1 macro267 #define REG_ICASE (REG_EXTENDED << 1)
118 int flags = REG_EXTENDED; in Data()
470 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED in regcomp()
1060 …ma->error = regcomp((regex_t *)ma->matchdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((fl… in datamatcher_init()